Struct BITMAP
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Forms.Tools.Win32API
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public struct BITMAP
Fields
bmBits
Declaration
public IntPtr bmBits
Field Value
Type |
---|
System.IntPtr |
bmBitsPixel
Declaration
public short bmBitsPixel
Field Value
Type |
---|
System.Int16 |
bmHeight
Declaration
public long bmHeight
Field Value
Type |
---|
System.Int64 |
bmPlanes
Declaration
public short bmPlanes
Field Value
Type |
---|
System.Int16 |
bmType
Declaration
public long bmType
Field Value
Type |
---|
System.Int64 |
bmWidth
Declaration
public long bmWidth
Field Value
Type |
---|
System.Int64 |
bmWidthBytes
Declaration
public long bmWidthBytes
Field Value
Type |
---|
System.Int64 |