getorigin(3G) getorigin(3G)
NAME
getorigin - returns the position of a graphics window
SPECIFICATION
C getorigin(x, y)
long *x, *y;
FORTRAN subroutine getori(x, y)
integer*4 x, y
DESCRIPTION
getorigin returns the position of the lower-left corner of a
graphics window. Call getorigin after graphics
initialization.
SEE ALSO
getport
Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)