<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVML > RSGdiPlusGraphicsTypes > Enumerations:
Comments (0)
Defines an enumeration that indicates whether an image is a bitmap or a metafile.
Namespace: RSGdiPlusGraphicsTypes
Delphi
type TRSGPImageType = ( itUnknown, itBitmap, itMetafile );
Name
Description
itBitmap
Indicates a bitmap image.
itMetafile
Indicates a metafile image.
itUnknown
Indicates that the image type is not known.
Top
•RSGdiPlusGraphicsTypes