getsize(3G) getsize(3G)
NAME
getsize - returns the size of a graphics window
SPECIFICATION
C getsize(x, y)
long *x, *y;
FORTRAN subroutine getsiz(x, y)
integer*4 x, y
DESCRIPTION
getsize returns the dimensions (in pixels) of the graphics
window used by a graphics program. Call getsize after
getport.
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)