The Bitmap type exposes the following members.
Name | Description | |
---|---|---|
Bitmap | Overloaded. Initializes a new instance of the Bitmap class. |
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.) |
Name | Description | |
---|---|---|
Explicit | Overloaded. |
Name | Description | |
---|---|---|
Channels |
Gets an object which provides access to various operations with bitmap channels. |
|
ColorAdjustment |
Gets an object providing methods which are responsible for color adjustment and tone correction (brightness/contrast, levels, hue/saturation/lightness adjustment, etc.). |
|
ColorManagement |
Gets an object providing methods which are responsible for color management. |
|
ColorProfile |
Gets or sets a color profile associated with this bitmap. |
|
DpiX |
Gets or sets the horizontal resolution, in pixels per inch, of this bitmap. |
|
DpiY |
Gets or sets the vertical resolution, in pixels per inch, of this bitmap. |
|
Handle |
Gets a GDI handle to this bitmap (HBITMAP). |
|
HasAlpha |
Gets a value indicating whether the current pixel format supports alpha channel (information about opacity of pixels). |
|
Height |
Gets the height, in pixels, of this bitmap. |
|
Id |
Gets or sets a unique identifier of this PipelineElement. (Inherited from PipelineElement.) |
|
Ink |
Gets or sets ink characteristics of a spot color of this bitmap. |
|
IsEmpty |
Gets a value indicating whether this bitmap is empty (no bitmap data loaded). |
|
Palette |
Gets a palette associated with this bitmap. |
|
PixelFormat |
Gets a pixel format of the current bitmap. |
|
Receivers |
Gets a collection of pipeline elements that will receive the result of this PipelineElement. (Inherited from PipelineElement.) |
|
Scan0 |
Gets the pointer to the very first pixel of this bitmap. |
|
Statistics |
Gets an object providing methods which retrieve bitmap statistics (like histogram, etc). |
|
Stride |
Gets the width (in bytes) of the scan line. |
|
SupportedPixelFormats |
Gets a collection of pixel formats that are supported by this PipelineElement. (Inherited from PipelineElement.) |
|
Transforms |
Gets an object providing methods which are responsible for geometric transformations of the bitmap (resize, rotate, crop, etc). |
|
Width |
Gets the width, in pixels, of this bitmap. |
Name | Description | |
---|---|---|
OnInit |
Occurs when the pipeline element is initialized. (Inherited from PipelineElement.) |