Back to Devexpress

DXImageFormat Members

corelibraries-devexpress-dot-drawing-dot-dximageformat-dot-underscore-members.md

latest3.6 KB
Original Source

DXImageFormat Members

Specifies the image format.

Constructors

NameDescription
DXImageFormat()Initializes a new instance of the DXImageFormat class.

Properties

NameDescription
Bmp staticGets the bitmap (BMP) image format.
Emf staticGets the enhanced metafile (EMF) image format. Currently not supported.
Gif staticGets the Graphics Interchange Format (GIF) image format.
Icon staticGets the Windows icon (.ico) image format.
Jpeg staticGets the Joint Photographic Experts Group (JPEG) image format.
Png staticGets the W3C Portable Network Graphics (PNG) image format.
Svg staticGets the Scalable Vector Graphics (SVG) image format.
Tiff staticGets the Tagged Image File Format (TIFF) image format.
Unknown staticGets the unknown image format.
Wmf staticGets the Windows metafile (WMF) image format. Currently not supported.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Converts this DXImageFormat object to a string.

See Also

DXImageFormat Class

DevExpress.Drawing Namespace