vg4->window->screenshot()
Save a screenshot of the actual window to a file.
SYNTAX
VG_BOOL
vg4->window->screenshot(const char *filename)
FUNCTION PARAMETERS
filename | Filename to save to |
RETURN VALUE
Returns boolean:
- VG_TRUE: OK
- VG_FALSE: Error
DESCRIPTION
Save a screenshot of the actual window to a file.
Opaqueness will be removed.