This document is archived and information here might be outdated. Recommended version. |
Set the transparent color.
[Visual Basic .NET] Public Property TransparentColor As IColor
[C#] public IColor TransparentColor {get; set;}
[C++]
HRESULT get_TransparentColor(
IColor* ppTransparentColor
);
[C++]
HRESULT putref_TransparentColor(
IColor** ppTransparentColor
);
[C++] Parameters ppTransparentColor [in]
ppTransparentColor is a parameter of type IColor* ppTransparentColor [out, retval]
ppTransparentColor is a parameter of type IColor**