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().) |