DATA Step Graphics Interface Dictionary |
Operating States: | All |
Return Codes: | 0 |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
CALL GASK('ASPECT', aspect, return-code-variable);
Description |
The GASK('ASPECT', . . . ) routine returns the current aspect ratio used to draw graphics output. GASK('ASPECT', . . . ) searches for the current aspect ratio in the following order:
the aspect ratio set with the GSET('ASPECT', . . . ) function
the device's default aspect ratio found in the device entry. For more information on device entries, see The GDEVICE Procedure.
Argument Definitions |
aspect | |
return-code-variable |
numeric variable name; returns the return code of the routine call. |
See Also |
ASPECT= graphics option (see ASPECT) | |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.