virtual bool TakeScreenShot(const String& filename);
TakeScreenShot takes a screen shot, saving it as the provided filename. By default, this is not implemented.
Parameters |
Description |
const String& filename |
The filename of the screen shot. |
Returns true if the screen shot was successful; false otherwise.