getscrmask(3G) — 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 screenmask.
SEE ALSO
popviewport, pushviewport, scrmask Programming Guide, Section 4.4, Viewports
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987