SAS Component Language Dictionary |
Category: | Image |
Syntax | |
Details | |
Example |
Syntax |
rc=PICCLOSE(graphenv-id); |
contains the return code for the operation:
0 | |
>0 |
contains the graphics environment identifier that was returned by PICOPEN.
Details |
PICCLOSE closes the graphic environment that was initialized by PICOPEN.
Example |
Close the graphics environment that was opened by a previous PICOPEN:
fseterm: rc=picclose(graphenv_id); return;
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.