RenderImageToBitmap | Generates a bitmap of an existing image using the current screen resolution. |
RenderImageToDib | Renders an image to a (DIB) Device Independent Bitmap at screen resolution. |
RenderImageToDibSection | Renders an image to a (DIB) Device Independent Bitmap section at screen resolution. |
BitsPerComponent | The number of bits per component. |
BitsPerPixel | The number of bits per pixel. |
ColorSpace | The colorspace in which the image data is interpreted. |
Height | The height in pixels. |
IsMask | Specifies if the image is a mask. |
MirrorHorizontal | Specifies if mirrored about the horizontal axis. |
MirrorVertical | Specifies if mirrored about the vertical axis. |
ResolutionX | The horizontal resolution. |
ResolutionY | The vertical resolution. |
Rotation | The rotation, measured from the horizontal axis. |
Width | The width in pixels. |