Library /sys$common/syshlp/basichelp.hlb Graphics, SHIFT *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The SHIFT function moves the coordinates of points specified with PLOT statements in a PICTURE subprogram. Example EXTERNAL PICTURE box(LONG) DRAW box(3) DRAW box(1) WITH SHIFT(-0.3,0) END
Additional Information (explode) :
|