BITMAPINFOHEADER (Structures)
Last changed: Seri-109.90.29.109

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct BITMAPINFOHEADER
{
    public uint  biSize;
    public int   biWidth;
    public int   biHeight;
    public ushort   biPlanes;
    public ushort   biBitCount;
    public uint  biCompression;
    public uint  biSizeImage;
    public int   biXPelsPerMeter;
    public int   biYPelsPerMeter;
    public uint  biClrUsed;
    public uint  biClrImportant;
}

VB Definition:

Structure BITMAPINFOHEADER
   Public TODO
End Structure

User-Defined Field Types:

None.

Note:

None.

Documentation