getorigin(3G) getorigin(3G)
getorigin - returns the position of a graphics window
void getorigin(x, y)
long *x, *y;
x expects a pointer to the location into which the system should copy
the x position (in pixels) of the lower left corner of the graphics
window.
y expects a pointer to the location into which the system should copy
the y position (in pixels) of the lower left corner of the graphics
window.
getorigin returns the position (in pixels) of the lower-left corner of a
graphics window. Call getorigin after graphics initialization.
winopen
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|