←Select platform

LowBit Property

Summary

Indicates the low bit of the image data (valid only for grayscale 12 or 16-bit data).

Syntax
C#
VB
C++
public int LowBit { get; set; } 
Public Property LowBit As Integer 
public: 
property int LowBit { 
   int get(); 
   void set (    int ); 
} 

Property Value

Valid values are 0 through HighBit - 1.

Remarks

Used in conjunction with HighBit to specify if the data does not occupy the full range

This is valid only if Flags has RasterPaintDibInfoFlags.LowHighBitValid set.

Example

For an example, refer to RasterPaintDibInfo.

Requirements

Target Platforms

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

Leadtools.Drawing Assembly