virtual ImageType GetImageType() const;
GetImageType returns the image type (ImageType) for this image. By default, returns Type_DrawableImage.
Note, ImageDelegate::GetImageType returns the type of enclosed image! To check if it is delegate or not use IsDelegate. If performing type casting based on GetImageType, use GetAsImage() to get the original image and cast it.
ImageType of the image.