←Select platform

LowBit Property

Summary

Gets or sets the low bit used for window leveling when the BitsPerPixel is 12 or 16.

Syntax
C#
VB
Objective-C
C++
Java
public int LowBit { get; set; } 
Public Property LowBit As Integer 
@property (nonatomic, assign) NSInteger lowBit 
public int getLowBit() 
public void setLowBit(int value) 
public: 
property int LowBit { 
   int get(); 
   void set (    int ); 
} 

Property Value

The low bit used for window leveling when the BitsPerPixel is 12 or 16.

Example

For an example, refer to CreateGrayscaleImageCommand.

Requirements

Target Platforms

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

Leadtools Assembly