0 out of 1 rated this helpful - Rate this topic

ImageFormat Members

ImageFormat overview

Public Constructors

public constructorImageFormat Constructor Initializes a new instance of the ImageFormat class using the specified Guid structure.

Public Properties

public propertystatic (Shared in Visual Basic)Bmp Gets the bitmap image format (BMP).
public propertystatic (Shared in Visual Basic)Emf Gets the enhanced Windows metafile image format (EMF).
public propertystatic (Shared in Visual Basic)Exif Gets the Exchangeable Image File (Exif) format.
public propertystatic (Shared in Visual Basic)Gif Gets the Graphics Interchange Format (GIF) image format.
public propertyGuid Gets a Guid structure that represents this ImageFormat object.
public propertystatic (Shared in Visual Basic)Icon Gets the Windows icon image format.
public propertystatic (Shared in Visual Basic)Jpeg Gets the Joint Photographic Experts Group (JPEG) image format.
public propertystatic (Shared in Visual Basic)MemoryBmp Gets a memory bitmap image format.
public propertystatic (Shared in Visual Basic)Png Gets the W3C Portable Network Graphics (PNG) image format.
public propertystatic (Shared in Visual Basic)Tiff Gets the Tag Image File Format (TIFF) image format.
public propertystatic (Shared in Visual Basic)Wmf Gets the Windows metafile (WMF) image format.

Public Methods

public methodEquals Overridden. Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFormat object.
public methodGetHashCode Overridden. Returns a hash code value that represents this object.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString Overridden. Converts this ImageFormat object to a human-readable string.

Protected Methods

protected methodFinalize (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.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ImageFormat Class | System.Drawing.Imaging Namespace

Did you find this helpful?
(1500 characters remaining)