DXImageFormat Properties
Specifies the image format.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. |
See Also