LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SourceHighBit Property (SelectDataCommand)

Show in webframe







Gets or sets the position of the end bit that will construct the mask.
Syntax
public int SourceHighBit {get; set;}
'Declaration
 
Public Property SourceHighBit As Integer
'Usage
 
Dim instance As SelectDataCommand
Dim value As Integer
 
instance.SourceHighBit = value
 
value = instance.SourceHighBit
public int SourceHighBit {get; set;}

            

            
 
get_SourceHighBit();
set_SourceHighBit(value);
Object.defineProperty('SourceHighBit');
public:
property int SourceHighBit {
   int get();
   void set (    int value);
}

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

See Also

Reference

SelectDataCommand Class
SelectDataCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.