←Select platform

SourceHighBit Property

Summary

Gets or sets the position of the end bit.

Syntax
C#
VB
Objective-C
C++
Java
public int SourceHighBit { get; set; } 
Public Property SourceHighBit As Integer 
@property (nonatomic, assign) NSUInteger sourceHighBit 
public int getSourceHighBit() 
public void setSourceHighBit(int value) 
public: 
property int SourceHighBit { 
   int get(); 
   void set (    int ); 
} 

Property Value

Position of the end bit. 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 ShiftDataCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly