winposition(3G) winposition(3G)
NAME
winposition - changes the size and position of the current
graphics window
SPECIFICATION
C winposition(x1, x2, y1, y2)
long x1, x2, y1, y2;
FORTRAN subroutine winpos(x1, x2, y1, y2)
integer*4 x1, x2, y1, y2;
DESCRIPTION
winposition moves and reshapes the current graphics window
to match the screen coordinates x1, x2, y1, y2. This differs
from prefposition because the reshaped window is not fixed
in size and shape, and can be reshaped interactively.
SEE ALSO
winmove, prefposition, prefsize
Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)