vg4->window->getattr()
Get window attributes.
SYNTAX
struct VG_ImagecopyAttrPixel
vg4->window->getattr(void)
RETURN VALUE
Returns the window attributes
DESCRIPTION
Get window attributes.
EXAMPLE
/* get window attributes */ struct VG_ImagecopyAttrPixel wattr_pixel; wattr_pixel = vg4->window->getattr();
SEE ALSO