Class BitmapInfoHeader
Inheritance
System.Object
BitmapInfoHeader
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: MediaFoundation.Misc
Assembly: MediaFoundation.dll
Syntax
[UnmanagedName("BITMAPINFOHEADER")]
public class BitmapInfoHeader
Constructors
BitmapInfoHeader()
Declaration
public BitmapInfoHeader()
Fields
BitCount
Declaration
public short BitCount
Field Value
System.Int16
|
ClrImportant
Declaration
public int ClrImportant
Field Value
System.Int32
|
ClrUsed
Declaration
public int ClrUsed
Field Value
System.Int32
|
Compression
Declaration
public int Compression
Field Value
System.Int32
|
Height
Declaration
public int Height
Field Value
System.Int32
|
ImageSize
Declaration
public int ImageSize
Field Value
System.Int32
|
Planes
Declaration
public short Planes
Field Value
System.Int16
|
Size
Declaration
public int Size
Field Value
System.Int32
|
Width
Declaration
public int Width
Field Value
System.Int32
|
XPelsPerMeter
Declaration
public int XPelsPerMeter
Field Value
System.Int32
|
YPelsPerMeter
Declaration
public int YPelsPerMeter
Field Value
System.Int32
|
Methods
CopyFrom(BitmapInfoHeader)
GetPtr()
Declaration
public IntPtr GetPtr()
Returns
System.IntPtr
|
PtrToBMI(IntPtr)
Declaration
public static BitmapInfoHeader PtrToBMI(IntPtr pNativeData)
Parameters
System.IntPtr
pNativeData
|
Returns
BitmapInfoHeader
|