Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
UseBitPlane Property
See Also 
Leadtools Namespace > RasterOverlayAttributes Class : UseBitPlane Property




Gets or sets a value which determines whether the overlay has a corresponding bitplane in the main image.

Syntax

Visual Basic (Declaration) 
Public Property UseBitPlane As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterOverlayAttributes
Dim value As Boolean
 
instance.UseBitPlane = value
 
value = instance.UseBitPlane
C# 
public bool UseBitPlane {get; set;}
Managed Extensions for C++ 
public: __property bool get_UseBitPlane();
public: __property void set_UseBitPlane( 
   bool value
);
C++/CLI 
public:
property bool UseBitPlane {
   bool get();
   void set (bool value);
}

Return Value

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

Example

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also