←Select platform

UseBitPlane Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseBitPlane { get; set; } 
Public Property UseBitPlane As Boolean 
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');  
public: 
property bool UseBitPlane { 
   bool get(); 
   void set (    bool ); 
} 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly