[]
public sealed class ImageFormat
| Name | Description |
|---|---|
| ImageFormat(Guid) | Initializes a new instance of the System.Drawing.Imaging.ImageFormat class with the specified GUID. |
| Name | Description |
|---|---|
| Bmp | Specifies the bitmap image format. |
| Gif | Specifies the GIF image format. |
| Guid | Specifies a global unique identifier (GUID) that represents this System.Drawing.Imaging.ImageFormat. |
| Jpeg | Specifies the JPEG image format. |
| Png | Specifies the W3C PNG image format. |
| Tiff | Specifies the Tag Image File Format (TIFF) image format. |
| Name | Description |
|---|---|
| Equals(object) | Returns a value indicating whether the specified object is an System.Drawing.Imaging.ImageFormat equivalent to this System.Drawing.Imaging.ImageFormat. |
| GetHashCode() | Returns a hash code. |
| ToString() | Converts this System.Drawing.Imaging.ImageFormat to a human-readable string. |