Leadtools Namespace > RasterOverlayAttributes Class : UseBitPlane Property |
public bool UseBitPlane {get; set;}
'Declaration Public Property UseBitPlane As Boolean
'Usage Dim instance As RasterOverlayAttributes Dim value As Boolean instance.UseBitPlane = value value = instance.UseBitPlane
public bool UseBitPlane {get; set;}
@property (nonatomic, assign) BOOL useBitPlane;
public boolean getUseBitPlane() public void setUseBitPlane(boolean value)
get_UseBitPlane();
set_UseBitPlane(value);
Object.defineProperty('UseBitPlane');
If the value of this property is true, then BitPosition should hold the index to the index bitplane.
For more information, refer to Overlay Overview.