[C/C++:]void gEnqDrawingLimits(GDIM *dim, int *type);
[F90:]subroutine gEnqDrawingLimits(dim, type)
type (GDIM), intent(out) :: dim integer, intent(out) :: type
Arguments
dim
Paper dimensions in current units
type
Paper type
Description
The routine gEnqDrawingLimits() returns dim.xpap, dim.ypap of the currently selected paper or workstation window limits and type as the current paper type as defined in the most recent call to gSetDrawingLimits(). If gSetDrawingLimits() has not been called, the default values are returned.
The routine gEnqMaxDrawingLimits() may be used to find the maximum available limits.