This document is archived and information here might be outdated.  Recommended version.


IRasterPicture.TransparentColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRasterPicture Interface > IRasterPicture.TransparentColor Property
ArcGIS Developer Help

IRasterPicture.TransparentColor Property

The transparent color if there is any.

[Visual Basic .NET]
Public ReadOnly Property TransparentColor As IColor
[C#]
public IColor TransparentColor {get;}
[C++]
HRESULT get_TransparentColor(
  IColor** ppTransparentColor
);
[C++]
Parameters
ppTransparentColor [out, retval]

ppTransparentColor is a parameter of type IColor**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterPicture Interface