Class NativeMethods.BITMAPINFO
Inheritance
System.Object
NativeMethods.BITMAPINFO
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public class BITMAPINFO
Fields
bmiColors_rgbBlue
Declaration
public byte bmiColors_rgbBlue
Field Value
System.Byte
|
bmiColors_rgbGreen
Declaration
public byte bmiColors_rgbGreen
Field Value
System.Byte
|
bmiColors_rgbRed
Declaration
public byte bmiColors_rgbRed
Field Value
System.Byte
|
bmiColors_rgbReserved
Declaration
public byte bmiColors_rgbReserved
Field Value
System.Byte
|
bmiHeader_biBitCount
Declaration
public short bmiHeader_biBitCount
Field Value
System.Int16
|
bmiHeader_biClrImportant
Declaration
public int bmiHeader_biClrImportant
Field Value
System.Int32
|
bmiHeader_biClrUsed
Declaration
public int bmiHeader_biClrUsed
Field Value
System.Int32
|
bmiHeader_biCompression
Declaration
public int bmiHeader_biCompression
Field Value
System.Int32
|
bmiHeader_biHeight
Declaration
public int bmiHeader_biHeight
Field Value
System.Int32
|
bmiHeader_biPlanes
Declaration
public short bmiHeader_biPlanes
Field Value
System.Int16
|
bmiHeader_biSize
Declaration
public int bmiHeader_biSize
Field Value
System.Int32
|
bmiHeader_biSizeImage
Declaration
public int bmiHeader_biSizeImage
Field Value
System.Int32
|
bmiHeader_biWidth
Declaration
public int bmiHeader_biWidth
Field Value
System.Int32
|
bmiHeader_biXPelsPerMeter
Declaration
public int bmiHeader_biXPelsPerMeter
Field Value
System.Int32
|
bmiHeader_biYPelsPerMeter
Declaration
public int bmiHeader_biYPelsPerMeter
Field Value
System.Int32
|