|
|
Bitmap
|
The BitmapExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertTo(Image, ImageFormat) | Converts a Bitmap image to the specified ImageFormat. | |
| ConvertTo(Image, ImageFormat, Boolean) | Converts a Bitmap image to the specified ImageFormat. | |
| Crop(Image, Rectangle) | Returns a cropped Bitmap image of the original. | |
| Crop(Image, Rectangle, Boolean) | Returns a cropped Bitmap image of the original. | |
| FromPixelData | Converts from an array of pixel data to a Bitmap image. | |
| Resize(Image, Size) | Returns a resized Bitmap image of the original. | |
| Resize(Image, Size, Boolean) | Returns a resized Bitmap image of the original. | |
| ToPixelData | Converts from a bitmap image to an array of pixel data. |