enum ImageType { Type_ImageBase, Type_Image, Type_RawImage, Type_GradientImage, Type_TextureImage, Type_SubImage, Type_DrawableImage, Type_Other };
ImageType identifies the type/class of the image.
Members |
Description |
Type_ImageBase |
Indicates ImageBase as the class type. |
Type_Image |
Indicates Image as the class type. |
Type_RawImage |
Indicates RawImage as the class type. |
Type_GradientImage |
Indicates GradientImage as the class type. |
Type_TextureImage |
Indicates TextureImage as the class type. |
Type_SubImage |
Indicates SubImage as the class type. |
Type_DrawableImage |
Indicates DrawableImage as the class type. |
Type_Other |
Indicates classes derived from Image as the type. |
Render_Image.h