BMP.Win2xBitmapHeader

Bitmap header for Win 2.x

class BMP
public
struct Win2xBitmapHeader {}

Members

Variables

bitsPerPixel
ushort bitsPerPixel;

Number of bits per pixel

height
short height;

Height of the bitmap

planes
ushort planes;

Number of color planes

width
short width;

Width of the bitmap

Meta