BitmapData

This structure allows direct modification of a bitmap

Members

Variables

bits
BitmapBit* bits;

Pointer to the Bitmap's bits (it allows direct modification of the colors)

bitsCount
uint bitsCount;

Number of BitmapBits structure of the Bitmap (is the _Bits field length).

imageSize
uint imageSize;

The size of the Bitmap.

info
BITMAPINFO* info;

BITMAPINFO structure (usually, it is used internally).

Meta