ImageFormat Members
Public Constructors
ImageFormat Constructor | Initializes a new instance of the ImageFormat class using the specified Guid structure. |
Public Properties
![]() Bmp | Gets the bitmap image format (BMP). |
![]() Emf | Gets the enhanced Windows metafile image format (EMF). |
![]() Exif | Gets the Exchangeable Image File (Exif) format. |
![]() Gif | Gets the Graphics Interchange Format (GIF) image format. |
Guid | Gets a Guid structure that represents this ImageFormat object. |
![]() Icon | Gets the Windows icon image format. |
![]() Jpeg | Gets the Joint Photographic Experts Group (JPEG) image format. |
![]() MemoryBmp | Gets a memory bitmap image format. |
![]() Png | Gets the W3C Portable Network Graphics (PNG) image format. |
![]() Tiff | Gets the Tag Image File Format (TIFF) image format. |
![]() Wmf | Gets the Windows metafile (WMF) image format. |
Public Methods
Equals | Overridden. Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFormat object. |
GetHashCode | Overridden. Returns a hash code value that represents this object. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString | Overridden. Converts this ImageFormat object to a human-readable string. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |



