[]
public sealed class ImageFormat
Name | Description |
---|---|
Bmp | Specifies the bitmap image format. |
Emf | Specifies the enhanced Windows metafile image format. |
Exif | Specifies the Exchangeable Image Format (EXIF). |
Gif | Specifies the GIF image format. |
Guid | Specifies a global unique identifier (GUID) that represents this ImageFormat. |
Icon | Specifies the Windows icon image format. |
Jpeg | Specifies the JPEG image format. |
MemoryBmp | Specifies a memory bitmap image format. |
Png | Specifies the W3C PNG image format. |
Tiff | Specifies the Tag Image File Format (TIFF) image format. |
Wmf | Specifies the Windows metafile image format. |
Name | Description |
---|---|
Equals(object) | Returns a value indicating whether the specified object is an ImageFormat equivalent to this ImageFormat. |
GetHashCode() | Returns a hash code. |
ToString() | Converts this ImageFormat to a human-readable string. |