Chapter Contents

Previous

Next
VSIZE

VSIZE



Finds the vertical dimension of the graphics output area

Operating States: All
Return Codes: 0


Syntax
Description
Argument Definitions
See Also


Syntax

CALL GASK('VSIZE', vsize, return-code-variable);


Description

The GASK('VSIZE', . . . ) routine returns the current vertical dimension, in inches, of the graphics output area. GASK('VSIZE', . . . ) searches for the current vertical dimension in the following order:

  1. the value selected in the GSET('VSIZE', . . . ) function

  2. the value of the VSIZE= graphics option

  3. the device's default VSIZE found in the device entry.


Argument Definitions

vsize numeric variable name; returns the size of the graphics output area in the y dimension (in inches).
return-code-variable numeric variable name; returns the return code of the routine call.

See Also

GASK('HSIZE', . . . ) routine
GASK('VPOS', . . . ) routine
GSET('VSIZE', . . . ) function
VSIZE= graphics option (see VSIZE)


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.