BitmapData Fields |
The BitmapData type exposes the following members.
| Name | Description | |
|---|---|---|
| Format |
The format of data held in each pixel.
|
|
| Height |
The height of the image in pixels.
|
|
| Scan0 |
A pointer to the first pixel in memory.
|
|
| Step |
The number of bits in one pixel.
|
|
| Stride |
The number of bytes in one horizontal line.
This may include some end of line padding.
|
|
| Width |
The width of the image in pixels.
|