The ImageFunctions type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Base64ToImage |
Converts Base 64 to an Image.
| |
| (Inherited from | ||
| FileNameToImageFormat |
Returns the Image Format from a File Name using the File Extension.
| |
Allows an (Inherited from | ||
| GetCodecInfo | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| ImageFormatToString |
Returns the String Format of an Image.
| |
| ImageToBase64(Image, ImageFormat) |
Converts an Image to Base 64.
| |
| ImageToBase64(Image, Int32, Int32) |
Converts an Image to Base 64.
| |
| ImageToBase64(String, Int32, Int32) |
Converts an Image to Base 64.
| |
| ImageToBase64(Image, Int32, Int32, ImageFormat) |
Converts an Image to Base 64.
| |
| ImageToBase64(String, Int32, Int32, ImageFormat) |
Converts an Image to Base 64.
| |
Creates a shallow copy of the current (Inherited from | ||
| ResizeImage(Image, Size) | ||
| ResizeImage(Bitmap, Int32, Int32) | ||
| ResizeImage(Image, Int32, Int32) | ||
| RotateImage(Image, Single) |
Creates a new Image containing the same image only rotated
| |
| RotateImage(Image, PointF, Single) |
Creates a new Image containing the same image only rotated
| |
| SaveJpeg(MemoryStream, Image, Int64) | ||
| SaveJpeg(String, Image, Int64) | ||
| (Inherited from |
See Also