GINO Graphics Suite - GINO v9.0  

gSetWindow

Syntax

[C/C++:]
void gSetWindow2D(GLIMIT *window2);
void gSetWindow3D(GLIMIT3 *window3);
[F90:]
subroutine gSetWindow2D(window2)
subroutine gSetWindow3D(window3)

type (GLIMIT), intent(in) :: window2
type (GLIMIT3), intent(in) :: window3

Arguments

window2,window3
Position of the window boundaries in picture coordinates

Description

The routines gSetWindow2D() and gSetWindow3D() allow the user to define new 2D or 3D window limits. The window limits are clipped to the current device limits and windowing is switched on.

With windowing on, all movements outside the limits are noted, so the re-entry point can be calculated.

See Also

gSetWindow2D Usage