LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SourceLowBit Property (ShiftDataCommand)

Show in webframe







Gets or sets the position of the start bit that will construct the mask.
Syntax
public int SourceLowBit {get; set;}
'Declaration
 
Public Property SourceLowBit As Integer
'Usage
 
Dim instance As ShiftDataCommand
Dim value As Integer
 
instance.SourceLowBit = value
 
value = instance.SourceLowBit
public int SourceLowBit {get; set;}
@property (nonatomic, assign) unsigned int sourceLowBit;
public int getSourceLowBit()
public void setSourceLowBit(int value)
            
 
get_SourceLowBit();
set_SourceLowBit(value);
Object.defineProperty('SourceLowBit');
public:
property int SourceLowBit {
   int get();
   void set (    int value);
}

Property Value

Position of the start bit that will construct the mask. The position is a zero based number. This property accepts only positive values.
Example
Refer to ShiftDataCommand.
Requirements

Target Platforms

See Also

Reference

ShiftDataCommand Class
ShiftDataCommand Members

 

 


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