The Bitmap type exposes the following members.
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. |