←Select platform

SourceHighBit Property

Summary

Gets or sets the position of the end bit that will construct the mask.

Syntax

C#
VB
WinRT C#
C++
public int SourceHighBit { get; set; } 
Public Property SourceHighBit As Integer 
public int SourceHighBit {get; set;} 
 <br/>get_SourceHighBit();<br/>set_SourceHighBit(value);<br/>Object.defineProperty('SourceHighBit');  
public: 
property int SourceHighBit { 
   int get(); 
   void set (    int ); 
} 

Property Value

Position of the end bit that will construct the mask. This is inclusive (it is part of the mask). The value should not be less than SourceLowBit. You can also set -1, which is interpreted as "highest bit" (SourceImage->BitsPerPixel - 1). This property accepts only positive values.

Example

Refer to SelectDataCommand.

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.ImageProcessing.Core Assembly