LEADTOOLS (Leadtools assembly)

UseBitPlane Property

Show in webframe







Gets or sets a value which determines whether the overlay has a corresponding bitplane in the main image.
Syntax
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');
public:
property bool UseBitPlane {
   bool get();
   void set (    bool value);
}

Property Value

true if the overlay has a corresponding bitplane in the main image; false, otherwise.
Remarks

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.

Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.