DXImageFormat Members
In This Article
#Constructors
Name | Description |
---|---|
DXImage |
Initializes a new instance of the DXImage |
#Properties
Name | Description |
---|---|
Bmp static | Gets the bitmap (BMP) image format. |
Emf static | Gets the enhanced metafile (EMF) image format. Currently not supported. |
Gif static | Gets the Graphics Interchange Format (GIF) image format. |
Icon static |
Gets the Windows icon (. |
Jpeg static | Gets the Joint Photographic Experts Group (JPEG) image format. |
Png static | Gets the W3C Portable Network Graphics (PNG) image format. |
Svg static | Gets the Scalable Vector Graphics (SVG) image format. |
Tiff static | Gets the Tagged Image File Format (TIFF) image format. |
Unknown static | Gets the unknown image format. |
Wmf static | Gets the Windows metafile (WMF) image format. Currently not supported. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Converts this DXImage object to a string.
|
See Also