Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The ImageDataType enumeration defines types of image data formats.
-
typedef enum { ImageDataTypeUnknown = 0x00000000, ImageDataTypeBitmap = 0x00000001, ImageDataTypeMetafile = 0x00000002 } ImageDataType;
ImageDataTypeUnknown: The type of image is not known.
ImageDataTypeBitmap: A bitmap image.
ImageDataTypeMetafile: A metafile image.
Graphics images are specified by EmfPlusImage objects.
See section 2.1.1 for the specification of additional enumerations.