Visual Basic (Declaration) | |
---|---|
Public Property UseBitPlane As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool UseBitPlane {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_UseBitPlane(); public: __property void set_UseBitPlane( bool value ); |
Return Value
true if the overlay has a corresponding bitplane in the main image; otherwise, false.For an example, refer to RasterImage.GetOverlayAttributes and
RasterImage.UpdateOverlayAttributes.
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.
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