The BitmapData type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Dispose |
Releases all resources used by this BitmapData. (Overrides LockableObject.Dispose().) |
|
Equals | (Inherited from Object.) | |
Export |
Returns a copy of pixel data as 3D array. |
|
GetEmptyMask |
Returns grayscale image of the same size as current bitmap data filled with black color. It can be used as mask template for transforms. |
|
GetHashCode | (Inherited from Object.) | |
GetPixel |
Returns pixel value at specified coordinates. |
|
GetType | (Inherited from Object.) | |
Import |
Fills the pixels of the current BitmapData object from given 3D array. |
|
Lock |
Locks the object. (Overrides LockableObject.Lock().) |
|
MemberwiseClone | (Inherited from Object.) | |
SaveToClipboard |
Saves the bitmap into the clipboard. |
|
SetPixel |
Sets pixel value at the specified coordinates. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Overrides LockableObject.Unlock().) |
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). |