GINO Graphics Suite - GINO v9.0  

gEnqMaxDrawingLimits

Syntax

[C/C++:]
void gEnqMaxDrawingLimits(GDIM *dim);
[F90:]
subroutine gEnqMaxDrawingLimits(dim)
type (GDIM), intent(out) :: dim

Arguments

dim
Maximum paper or device limits

Description

The routine gEnqMaxDrawingLimits() returns the maximum paper or workstation window limits for the currently nominated device.

These limits may be different to those returned by gEnqDrawingLimits(), even at device nomination, as gEnqDrawingLimits() always returns the current paper or workstation window limits which may be less than the maximum available on that device.

See Also

gEnqMaxDrawingLimits Usage
gEnqDrawingLimits