Library /sys$common/syshlp/basichelp.hlb Graphics, DRAW *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The DRAW statement invokes the specified PICTURE subprogram. Optional transformation functions allow you to invoke the picture with altered world coordinates. The order of the transformation functions affect the output displayed. For illustrations of the effects of each transformation function, see the DRAW statement in the reference section of the manual Programming with VAX BASIC Graphics. Example EXTERNAL PICTURE box(LONG) DRAW box(3) DRAW box(1) WITH SCALE(1.5,1.5) & * SHIFT(2,1) END
Additional Information (explode) :
|