Table of Contents

Class ImageFormat

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Specifies the file format of the image. Not inheritable.

public class ImageFormat
Inheritance
ImageFormat

Constructors

ImageFormat(Guid)

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

Properties

Bmp

Gets the bitmap (BMP) image format.

Gif

Gets the Graphics Interchange Format (GIF) image format.

Guid

Gets a Guid structure that represents this ImageFormat object.

Jpeg

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

Png

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

Tiff

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

Methods

AsBitmapType()

Gets image format as BitmapType.

Equals(object?)

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

GetHashCode()

Returns a hash code value that represents this object.

ToString()

Converts this ImageFormat object to a human-readable string.