ImageBase::GetAsImage

ImageBase::GetAsImage
virtual Image* GetAsImage() = 0;
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.