Library /sys$common/syshlp/basichelp.hlb Graphics, SET Statements, ...SIZE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The SET...SIZE statements allow you to select the current width of a line or size of a point. At the start of program execution, the size of the objects is set to the smallest size for that device. Example SET POINT SIZE 8 GRAPH POINTS 0.5,0.5 SET LINE SIZE 10 GRAPH LINES 0,0.2; 1,0.2
Additional Information (explode) :
|