ImageResource::GetImage

ImageResource::GetImage
inline const Render::ImageBase* GetImage() const;
inline Render::ImageBase* GetImage();
Description

Returns the referenced image. All Render::ImageBase derived classes are created by ImageCreator::CreateImage or Render::ImageCreator::CreateSubImage. If the user overrides both of those functions to return a custom class, they can use type-casts to access they custom data structures.

Return Value

The referenced image.