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


IPictureMarkerSymbol.SwapForeGroundBackGroundColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPictureMarkerSymbol Interface > IPictureMarkerSymbol.SwapForeGroundBackGroundColor Property
ArcGIS Developer Help

IPictureMarkerSymbol.SwapForeGroundBackGroundColor Property

Indicates if foreground and background colors are swapped on 1 Bit Images Only.

[Visual Basic .NET]
Public Property SwapForeGroundBackGroundColor As Boolean
[C#]
public bool SwapForeGroundBackGroundColor {get; set;}
[C++]
HRESULT get_SwapForeGroundBackGroundColor(
  Boolean* swap
);
[C++]
HRESULT put_SwapForeGroundBackGroundColor(
  VARIANT_BOOL swap
);
[C++]
Parameters
swap [out, retval]

swap is a parameter of type bool* swap [in]
swap is a parameter of type bool

Product Availability

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

Description

Boolean indicator to switch the foreground color with the background color of a 1-bit bitmap image.

Remarks

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

See Also

IPictureMarkerSymbol Interface