ImageFormat
Contents
[
Hide
]ImageFormat class
Represents the file format of the image.
Constants
Name | Value | Description |
---|---|---|
MemoryBmp | 0 | Represents the format of a bitmap in memory. |
Bmp | 1 | Represents the bitmap (BMP) image format. |
Emf | 2 | Represents the enhanced metafile (EMF) image format. |
Wmf | 3 | Represents the Windows metafile (WMF) image format. |
Gif | 4 | Represents the Graphics Interchange Format (GIF) image format. |
Jpeg | 5 | Represents the Joint Photographic Experts Group (JPEG) image format. |
Png | 6 | Represents the W3C Portable Network Graphics (PNG) image format. |
Tiff | 7 | Represents the Tagged Image File Format (TIFF) image format. |
Exif | 8 | Represents the Exchangeable Image File (Exif) format. |
Icon | 9 | Represents the Windows icon image format. |
MemoryBmp
Represents the format of a bitmap in memory.
Bmp
Represents the bitmap (BMP) image format.
Emf
Represents the enhanced metafile (EMF) image format.
Wmf
Represents the Windows metafile (WMF) image format.
Gif
Represents the Graphics Interchange Format (GIF) image format.
Jpeg
Represents the Joint Photographic Experts Group (JPEG) image format.
Png
Represents the W3C Portable Network Graphics (PNG) image format.
Tiff
Represents the Tagged Image File Format (TIFF) image format.
Exif
Represents the Exchangeable Image File (Exif) format.
Icon
Represents the Windows icon image format.