AppBase::TakeScreenShot

AppBase::TakeScreenShot
virtual bool TakeScreenShot(const String& filename);
Description

TakeScreenShot takes a screen shot, saving it as the provided filename. Returns true if the screen shot was successful; false otherwise. By default, it is not implemented.

Parameters
Parameters 
Description 
const String& filename 
The filename of the screen shot. 
Return Value

Returns true if the screen shot was successful; false otherwise.