vg4->window->getparameters()
Get parameters of the window.
SYNTAX
void
vg4->window->getparameters(int *size, int *scale)
FUNCTION PARAMETERS
size | For returning size of the window (one of VG_WINDOW_SIZES), if not NULL |
scale | For returning scaling of the window (one of VG_WINDOW_SCALES), if not NULL |
DESCRIPTION
Get parameters of the window.
The parameter size indicates the number of virtual pixels,
the parameter scale indicates the scaling.
SEE ALSO