getscrmask() — Silicon Graphics
NAME
getscrmask - returns the current screenmask
SPECIFICATION
C
getscrmask(left, right, bottom, top)
Screencoord *left, *right, *bottom, *top;
FORTRAN
subroutine getscr(left, right, bottom, top)
integer*2 left, right, bottom, top
Pascal
procedure getscrmask(var left, right, bottom, top: Screencoord);
DESCRIPTION
getscrmask returns the screen coordinates of the current sceenmask.
SEE ALSO
scrmask, popviewport, pushviewport
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986