ImageFormat
Contents
[
Hide
]ImageFormat class
Specifies the file format of the image.
Methods
| Name | Description |
|---|---|
| getBmp | Gets the bitmap (BMP) image format. |
| getEmf | Gets the enhanced metafile (EMF) image format. |
| getExif | Gets the Exchangeable Image File (Exif) format. |
| getGif | Gets the Graphics Interchange Format (GIF) image format. |
| getIcon | Gets the Windows icon image format. |
| getJpeg | Gets the Joint Photographic Experts Group (JPEG) image format. |
| getMemoryBmp | Gets a memory bitmap image format. |
| getPng | Gets the W3C Portable Network Graphics (PNG) image format. |
| getTiff | Gets the Tagged Image File Format (TIFF) image format. |
| getWmf | Gets the Windows metafile (WMF) image format. |
| equals | Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFor |
| getName | Get the string name of this ImageFormat instance |
| getImageFormatFromSuffixName | Get the image format according to suffix name |