BitmapData Fields

The BitmapData type exposes the following members.

Fields
  Name Description
Public field Format
The format of data held in each pixel.
Public field Height
The height of the image in pixels.
Public field Scan0
A pointer to the first pixel in memory.
Public field Step
The number of bits in one pixel.
Public field Stride
The number of bytes in one horizontal line. This may include some end of line padding.
Public field Width
The width of the image in pixels.
Top
See Also