The Bitmap type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Abort |
Aborts currently running operation. |
|
Clear |
Clears the image and sets all pixels to the specified color. |
|
ClearHistory |
Discards both undo and redo history. |
|
ClearRedoHistory |
Discards redo history. |
|
ClearUndoHistory |
Discards undo history. |
|
Clone |
Creates a full copy of bitmap. All the bitmap data and object properties are copied. |
|
Create | Overloaded. Discards old bitmap data and creates new bitmap |
|
Deserialize |
Deserializes the bitmap object. |
|
Dispose |
Releases all resources used by this Bitmap. (Overrides LockableObject.Dispose().) |
|
Draw | Overloaded. Draws a bitmap on various surfaces as Bitmap, GdiGraphics, System.Drawing.Graphics classes, or Windows GDI device context. |
|
Equals | (Inherited from Object.) | |
Export |
Returns pixels of bitmap as 3D array. |
|
FromClipboard |
Extracts the image data from the clipboard and creates the Bitmap class instance containing this image data. |
|
FromHdc |
Extracts the image data from the specified device context and creates the Bitmap class instance containing this image data. |
|
GetEmptyMask |
Returns grayscale image of the same size as current bitmap filled with black color. It can be used as mask template for transforms. |
|
GetGdiGraphics |
Returns GdiGraphics object associated with this Bitmap. |
|
GetGdiplusGraphics |
Returns System.Drawing.Graphics object associated with this Bitmap. |
|
GetHashCode | (Inherited from Object.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the Bitmap object. |
|
GetPixel |
Returns pixel value at specified coordinates. |
|
GetType | (Inherited from Object.) | |
HorizontalPixelsToUnits |
Converts horizontal value from pixels to unit specified in Unit property. (Inherited from UnitConverterObject.) |
|
HorizontalUnitsToPixels |
Converts horizontal value from unit specified in Unit property to pixels. (Inherited from UnitConverterObject.) |
|
Import |
Fills pixels of the current bitmap from given 3D array. |
|
Load | Overloaded. Loads the bitmap from some external source. |
|
LoadFromClipboard |
Loads the bitmap from the clipboard. |
|
LoadFromHdc |
Captures a bitmap from the specified device context. |
|
LoadThumbnail | Overloaded. Loads the thumbnail from specified file on-the-fly. |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
LockBits | Overloaded. Locks a rectangular area of the bitmap and returns BitmapData object which provides direct access to pixels (without copying). |
|
MemberwiseClone | (Inherited from Object.) | |
Redo | Overloaded. Redoes last undone change. |
|
Save | Overloaded. Saves the bitmap into specified file. |
|
SaveState |
Saves state of the object. |
|
SaveToClipboard |
Saves the bitmap into the clipboard. |
|
Serialize |
Serializes the bitmap object. |
|
SetPixel |
Sets pixel value at the specified coordinates. |
|
ToGdiplusBitmap |
Returns System.Drawing.Bitmap containing a copy of the image stored in current Bitmap class instance. |
|
ToGdiplusBitmapDirectly |
Returns System.Drawing.Bitmap which references to the same bitmap data as the current Bitmap class instance. |
|
ToString | (Inherited from Object.) | |
Undo | Overloaded. Undoes last made change. |
|
Unload |
Unloads bitmap data. |
|
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
|
UnlockBits |
Unlocks previously locked area of bitmap with LockBits(Int32, Int32, Int32, Int32) method. |
|
VerticalPixelsToUnits |
Converts vertical value from pixels to unit specified in Unit property. (Inherited from UnitConverterObject.) |
|
VerticalUnitsToPixels |
Converts vertical value from unit specified in Unit property to pixels. (Inherited from UnitConverterObject.) |
Name | Description | |
---|---|---|
Implicit | Overloaded. Cast this instance of the Aurigma.GraphicsMill.Bitmap to System.Drawing.Bitmap or vice versa. |