The Bitmap type exposes the following members.
Name | Description | |
---|---|---|
bitsPerPixel |
Gets the number of bits per pixel. |
|
colorSpace |
Gets a value which specifies color space of the current bitmap. |
|
hasAlpha |
Gets a value indicating if current pixel format supports alpha channel (information about opacity of pixels). |
|
height |
Gets current bitmap height in pixels. |
|
horizontalResolution |
Gets horizontal resolution of the bitmap in DPI. |
|
isCmyk |
Gets a value indicating if color space of current bitmap is CMYK. |
|
isEmpty |
Gets a value indicating if bitmap is empty (no bitmap data loaded). |
|
isExtended |
Gets a value indicating if current pixel format is extended (i.e. 16 bits per channel). |
|
isGrayScale |
Gets a value indicating if color space of current bitmap is grayscale. |
|
isIndexed |
Gets a value indicating if current bitmap is indexed (palette-based). |
|
isRgb |
Gets a value indicating if color space of current bitmap is RGB. |
|
pixelFormat |
Gets pixel format of the current bitmap. |
|
verticalResolution |
Gets vertical resolution of the bitmap in DPI. |
|
width |
Gets current bitmap width in pixels. |