Chapter Contents |
Previous |
Next |
CLIP |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0 |
Default Value: | OFF |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GSET('CLIP', status);
Description |
The GSET('CLIP', . . . ) function activates or suppresses clipping around the current viewport.
Argument Definitions |
status | character string enclosed in quotation marks or character variable name; valid values are ON and OFF. When ON is used, the graphics elements outside of the specified viewport are not displayed. If you turn clipping OFF, the graphics elements outside of the defined viewport are displayed. |
See Also |
GASK('CLIP', . . . ) routine | |
GASK('VIEWPORT', . . . ) routine | |
GSET('VIEWPORT', . . . ) function |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.