Class BITMAPINFOHEADER
Inheritance
System.Object
BITMAPINFOHEADER
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools.Win32API
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class BITMAPINFOHEADER
Constructors
BITMAPINFOHEADER()
Declaration
public BITMAPINFOHEADER()
Fields
biBitCount
Declaration
public short biBitCount
Field Value
Type |
---|
System.Int16 |
biClrImportant
Declaration
public int biClrImportant
Field Value
Type |
---|
System.Int32 |
biClrUsed
Declaration
public int biClrUsed
Field Value
Type |
---|
System.Int32 |
biCompression
Declaration
public int biCompression
Field Value
Type |
---|
System.Int32 |
biHeight
Declaration
public int biHeight
Field Value
Type |
---|
System.Int32 |
biPlanes
Declaration
public short biPlanes
Field Value
Type |
---|
System.Int16 |
biSize
Declaration
public int biSize
Field Value
Type |
---|
System.Int32 |
biSizeImage
Declaration
public int biSizeImage
Field Value
Type |
---|
System.Int32 |
biWidth
Declaration
public int biWidth
Field Value
Type |
---|
System.Int32 |
biXPelsPerMeter
Declaration
public int biXPelsPerMeter
Field Value
Type |
---|
System.Int32 |
biYPelsPerMeter
Declaration
public int biYPelsPerMeter
Field Value
Type |
---|
System.Int32 |