TextureImage::GetAsImage

TextureImage::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.