The BitmapData type exposes the following members.
Name | Description | |
---|---|---|
Bitmap |
Returns Bitmap associated with this BitmapData. |
|
BitsPerPixel |
Returns number of bits per pixel for current BitmapData. |
|
ColorSpace |
Indicates the color space of the current BitmapData. |
|
Height |
Returns a height of this BitmapData (a number of scan lines). |
|
IsDisposed | (Inherited from LockableObject.) | |
Left |
Returns X-coordinate of the left top corner of this BitmapData relatively parent Bitmap. |
|
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
MemoryUsed |
Returns a number of bytes occupied with pixels of this BitmapData. |
|
PixelFormat |
Returns pixel format of the current bitmap data. |
|
Scan0 |
Returns the pointer to the very first pixel of this BitmapData. |
|
Stride |
Returns the bitmap data stride (scan line width in bytes). |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
|
Top |
Returns Y-coordinate of the left top corner of this BitmapData relatively parent Bitmap. |
|
Width |
Returns a width of this BitmapData (in pixels). |