The Bitmap type exposes the following members.
Name | Description | |
---|---|---|
ApplyTransform |
Applies the specified transfrom to this bitmap. |
|
Dispose |
Releases all resources used by this PipelineElement. (Inherited from PipelineElement.) |
|
Draw | Overloaded. Draws the specified Bitmap on the current bitmap. |
|
DrawOn | Overloaded. Draws a bitmap on various surfaces as Bitmap or Graphics classes, or Windows GDI device context. |
|
Equals | (Inherited from Object.) | |
Fill |
Fills the current bitmap with the specified color. |
|
Finalize | (Inherited from Object.) | |
FromClipboard |
Creates a Bitmap from the clipboard. |
|
FromHdc |
Creates a Bitmap from the specified device context. |
|
GetAdvancedGraphics | ||
GetGdiPlusGraphics | Obsolete. Gets the System.Drawing.Graphics object associated with this Bitmap. |
|
GetGraphics | Obsolete. | |
GetHashCode | (Inherited from Object.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the Bitmap object. |
|
GetPixel |
Gets the color of the specified pixel in this Bitmap. |
|
GetType | (Inherited from Object.) | |
IsPixelFormatSupported |
Verifies whether the specified pixel format is supported by this PipelineElement. (Inherited from PipelineElement.) |
|
MemberwiseClone | (Inherited from Object.) | |
RunPipeline |
Runs a pipeline staring from this PipelineElement. (Inherited from PipelineElement.) |
|
Save | Overloaded. Saves the bitmap to the specified file. |
|
SaveToClipboard |
Saves the bitmap into the clipboard. |
|
SetPixel |
Sets the color of the specified pixel in this Bitmap. |
|
ToGdiPlusBitmap |
Gets the System.Drawing.Bitmap containing a copy of the image stored in this Bitmap. |
|
ToString | (Inherited from Object.) |