This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPictureLineSymbol Interface > IPictureLineSymbol.SwapForeGroundBackGroundColor Property (ArcObjects .NET 10.5 SDK) |
Indicates if the 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(
VARIANT_BOOL* swap
);
[C++]
HRESULT put_SwapForeGroundBackGroundColor(
VARIANT_BOOL swap
);
[C++]
Parameters swap [out, retval] swap is a parameter of type VARIANT_BOOL swap [in] swap is a parameter of type VARIANT_BOOL
Boolean indicator to switch the foreground color with the background color of a 1-bit bitmap image.
SwapForeGroundBackGroundColor is only supported by 1-bit bitmap files. Emf files and color bitmap images are excluded.