Image
Bitmap
GetBitsPerPixel | Returns the number of bits per pixels in the Bitmap. |
GetBytesPerRow | Returns the number of bytes per row in the image. |
GetGraphics | |
GetHeight | Returns the height of the Bitmap in pixels. |
GetImageRef | |
GetRawData | Returns the raw data of the Bitmap. |
GetRowPadding | Returns the row padding. |
GetWidth | Returns the width of the Bitmap in pixels. |
LoadJPEG (Inherited) | Loads a image from a JPEG file and returns it as a new image. |
LoadPNG (Inherited) | Loads a image from a PNG file and returns it as a new image. |
Release (Inherited) | Decreases reference count by one and deletes the object if the reference count reached zero. |
Retain (Inherited) | Increases the reference count by one. |