←Select platform

SourceLowBit Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int SourceLowBit { get; set; } 
Public Property SourceLowBit As Integer 
public int SourceLowBit {get; set;} 
@property (nonatomic, assign) NSUInteger sourceLowBit 
public int getSourceLowBit() 
public void setSourceLowBit(int value) 
             
 <br/>get_SourceLowBit();<br/>set_SourceLowBit(value);<br/>Object.defineProperty('SourceLowBit');  
public: 
property int SourceLowBit { 
   int get(); 
   void set (    int ); 
} 

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

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