| Drawing Methods |
The Drawing type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertToBlackAndWhite | ||
| GetEncoder |
Get the Codec information of a image format
| |
| GetEncoderInfo |
Get the codec information of a mime type
| |
| GetImageFromFile |
Return an Image object from a filename
| |
| GetImageFromStream |
Return an Image object from a Stream object
| |
| GetImageFromURL |
Return an Image object from a URL on the web
| |
| ImageOrientation |
Get the current orientation of an image
| |
| ImageToStream |
Convert Image object into Stream object
| |
| Invert |
Invert color of an image
| |
| IsImage |
Return if a content type is an image
| |
| ManageByColorMatrix |
Add a color matrix to an image
| |
| OrientationImage |
Rotate an Image object by defined orientation
| |
| ResizeImage |
Resize and image with preservation of the dimensions
| |
| ResizeSquaredImage |
Resize and image with preservation of the squared dimensions
| |
| RotateImage |
Rotate an Image object by degree, with scaling
| |
| SquaredImage |
Resize and image with preservation of the squared dimensions (auto-detected)
|