DrawableImage::GetImageType

DrawableImage::GetImageType
virtual ImageType GetImageType() const;
Description

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.

Return Value

ImageType of the image.