←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) 
             
  
get_UseBitPlane(); 
set_UseBitPlane(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize