[]
Represents the file format of the image. It is a cross-platform version of ImageFormat.
public sealed class ImageFormat
Name | Description |
---|---|
ImageFormat(Guid) | Initializes a new instance of the ImageFormat class with the specified GUID. |
Name | Description |
---|---|
Bmp | Gets the bitmap image format. |
Emf | Gets the enhanced Windows metafile image format. |
Exif | Gets the Exchangeable Image Format (EXIF). |
Gif | Gets the GIF image format. |
Guid | Gets a global unique identifier (Guid) that represents this ImageFormat. |
Icon | Gets the Windows icon image format. |
Jpeg | Gets the JPEG image format. |
MemoryBmp | Gets a memory bitmap image format. |
Png | Gets the W3C PNG image format. |
Svg | Gets the Scalable Vector Graphics (SVG). |
Tiff | Gets the Tag Image File Format (TIFF) image format. |
Wmf | Gets the Windows metafile image format. |
Name | Description |
---|---|
Equals(object) | Performs a comparison of two ImageFormat objects by value. |
GetHashCode() | Gets the hash code of the current instance of class Font. |
ToString() | Returns a string that represents the current object. |