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 IRIS Graphics Programming, Section 4.4, Viewports
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987