Bitmap Methods

The Bitmap type exposes the following members.

Methods

Name Description
Public method ApplyTransform

Applies the specified transfrom to this bitmap.

Public method Dispose

Releases all resources used by this PipelineElement.

(Inherited from PipelineElement.)
Public method Draw Overloaded.

Draws the specified Bitmap on the current bitmap.

Public method DrawOn Overloaded.

Draws a bitmap on various surfaces as Bitmap or Graphics classes, or Windows GDI device context.

Public method Equals (Inherited from Object.)
Public method Fill

Fills the current bitmap with the specified color.

Protected method Finalize (Inherited from Object.)
Public method Static member FromClipboard

Creates a Bitmap from the clipboard.

Public method Static member FromHdc

Creates a Bitmap from the specified device context.

Public method GetAdvancedGraphics

Gets the Graphics object associated with this Bitmap.

Public method GetGdiPlusGraphics Obsolete.

Gets the System.Drawing.Graphics object associated with this Bitmap.

Public method GetGraphics Obsolete.

Gets the Graphics object associated with this Bitmap.

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

Populates a SerializationInfo with the data needed to serialize the Bitmap object.

Public method GetPixel

Gets the color of the specified pixel in this Bitmap.

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

Verifies whether the specified pixel format is supported by this PipelineElement.

(Inherited from PipelineElement.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RunPipeline

Runs a pipeline staring from this PipelineElement.

(Inherited from PipelineElement.)
Public method Save Overloaded.

Saves the bitmap to the specified file.

Public method SaveToClipboard

Saves the bitmap into the clipboard.

Public method SetPixel

Sets the color of the specified pixel in this Bitmap.

Public method ToGdiPlusBitmap

Gets the System.Drawing.Bitmap containing a copy of the image stored in this Bitmap.

Public method ToString (Inherited from Object.)

See Also

Reference