Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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)
<br/>get_UseBitPlane();<br/>set_UseBitPlane(value);<br/>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.