getsize(3G) getsize(3G)
getsize - returns the size of a graphics window
void getsize(x, y)
long *x, *y;
x expects a pointer to the location into which the system should copy
the width (in pixels) of a graphics window.
y expects a pointer to the location into which the system should copy
the height (in pixels) of a graphics window.
getsize gets the dimensions (in pixels) of the graphics window used by a
graphics program. Call getsize after winopen.
winopen
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|