getsize(3G) — Silicon Graphics
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
Pascal
procedure getsize(var x, y: longint);
DESCRIPTION
getsize returns the dimensions (in pixels) of the graphics window used by a graphics program. Call getsize after getport.
SEE ALSO
getorigin, getport, winopen Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987