DXImageFormat Members
Specifies the image format.Constructors
| Name | Description |
|---|---|
| DXImageFormat() | Initializes a new instance of the DXImageFormat class. |
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 (.ico) image format. |
| 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(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() |
Converts this DXImageFormat object to a string.
|
See Also