ImageType enumeration (gdiplusenums.h)

The ImageType enumeration indicates whether an image is a bitmap or a metafile. The Image::GetType method returns an element of this enumeration.

Syntax

typedef enum ImageType {
  ImageTypeUnknown,
  ImageTypeBitmap,
  ImageTypeMetafile
} ;

Constants

 
ImageTypeUnknown
Indicates that the image type is not known.
ImageTypeBitmap
Indicates a bitmap image.
ImageTypeMetafile
Indicates a metafile image.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header gdiplusenums.h (include Gdiplus.h)

See also

Image::GetType