This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapData Methods

The BitmapData type exposes the following members.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Dispose

Releases all resources used by this BitmapData.

(Overrides LockableObject.Dispose().)
Public method Equals (Inherited from Object.)
Public method Export

Returns a copy of pixel data as 3D array.

Public method 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.

Public method GetHashCode (Inherited from Object.)
Public method GetPixel

Returns pixel value at specified coordinates.

Public method GetType (Inherited from Object.)
Public method Import

Fills the pixels of the current BitmapData object from given 3D array.

Public method Lock

Locks the object.

(Overrides LockableObject.Lock().)
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveToClipboard

Saves the bitmap into the clipboard.

Public method SetPixel

Sets pixel value at the specified coordinates.

Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Overrides LockableObject.Unlock().)

See Also

Reference