DrawableImage::GetAsImage

DrawableImage::GetAsImage
virtual Image* GetAsImage();
Description

GetAsImage returns the current object as a Render::Image pointer. If the image does not represent a Render::Image, then NULL is returned.

Return Value

A Render::Image pointer representing the current object.