System.Drawing.Imaging.ImageFormat Members

The members of System.Drawing.Imaging.ImageFormat are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Drawing.Imaging.ImageFormat class by using the specified Guid structure.

Public Properties

[read-only]
static
BmpImageFormat.

Gets the bitmap (BMP) image format.

[read-only]
static
EmfImageFormat.

Gets the enhanced metafile (EMF) image format.

[read-only]
static
ExifImageFormat.

Gets the Exchangeable Image File (Exif) format.

[read-only]
static
GifImageFormat.

Gets the Graphics Interchange Format (GIF) image format.

[read-only]
GuidGuid.

Gets a Guid structure that represents this System.Drawing.Imaging.ImageFormat object.

[read-only]
static
IconImageFormat.

Gets the Windows icon image format.

[read-only]
static
JpegImageFormat.

Gets the Joint Photographic Experts Group (JPEG) image format.

[read-only]
static
MemoryBmpImageFormat.

Gets the format of a bitmap in memory.

[read-only]
static
PngImageFormat.

Gets the W3C Portable Network Graphics (PNG) image format.

[read-only]
static
TiffImageFormat.

Gets the Tagged Image File Format (TIFF) image format.

[read-only]
static
WmfImageFormat.

Gets the Windows metafile (WMF) image format.

Public Methods

override
Equals(object) : bool

Returns a value that indicates whether the specified object is an System.Drawing.Imaging.ImageFormat object that is equivalent to this System.Drawing.Imaging.ImageFormat object.

override
GetHashCode() : int

Returns a hash code value that represents this object.

override
ToString() : string

Converts this System.Drawing.Imaging.ImageFormat object to a human-readable string.