Class NativeMethods.BITMAP
Inheritance
System.Object
NativeMethods.BITMAP
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 BITMAP
Constructors
BITMAP()
Declaration
public BITMAP()
Fields
bmBits
Declaration
public IntPtr bmBits
Field Value
System.IntPtr
|
bmBitsPixel
Declaration
public short bmBitsPixel
Field Value
System.Int16
|
bmHeight
Declaration
public int bmHeight
Field Value
System.Int32
|
bmPlanes
Declaration
public short bmPlanes
Field Value
System.Int16
|
bmType
Declaration
public int bmType
Field Value
System.Int32
|
bmWidth
Declaration
public int bmWidth
Field Value
System.Int32
|
bmWidthBytes
Declaration
public int bmWidthBytes
Field Value
System.Int32
|