←Select platform

SourceLowBit Property (ShiftDataCommand)

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) 
get_SourceLowBit(); 
set_SourceLowBit(value); 
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

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