←Select platform

HighBit Property

Summary

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

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

Property Value

Valid values are LowBit through BitsPerPixel - 1.

Remarks

Used in conjunction with LowBit 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