using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
public struct BITMAPFILEHEADER
{
public ushort bfType;
public uint bfSize;
public ushort bfReserved1;
public ushort bfReserved2;
public uint bfOffBits;
}
Structure BITMAPFILEHEADER
Public TODO
End Structure
None.
None.