ArcObjects Library Reference (Display)  

IPictureFillSymbol.BitmapTransparencyColor Property

Color within bitmap indicating transparency.

[Visual Basic .NET]
Public Property BitmapTransparencyColor As IColor
[C#]
public IColor BitmapTransparencyColor {get; set;}
[C++]
HRESULT get_BitmapTransparencyColor(
  IColor** Color
);
[C++]
HRESULT put_BitmapTransparencyColor(
  IColor* Color
);
[C++]

Parameters

Color [out, retval]

  Color is a parameter of type IColor

Color [in]

  Color is a parameter of type IColor

Product Availability

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

Description

Changes the specified color within the bitmap to be transparent. BitmapTransparencyColor can be specified as any IColor object.

Remarks

BitmapTransparencyColor is only supported by color bitmap files. Emf files and 1-bit bitmap images are excluded.

See Also

IPictureFillSymbol Interface