15.12.13 Example

TD:BOX AT 6.5,5 size=6.5,5 or... TD:BOX 6.5,5 size 6.5,5 or... TD:BOX FROM 3.25,2.5 TO 9.75,7.5 or... TD:BOX FROM 3.25,2.5 size=6.5,5 Draws a centered box half the size of the screen assuming the default size of 13x10. TD:Set limits X -100,100 Y -100,100 TD:BOX 0,0 DATA size 1 Draws a box centered on the data 1 inch square TD:Set limits X -100,100 Y -100,100 TD:BOX 50,50 Dsize 100,100 Draws a box around the upper right quadrant of the data. TD:BOX AT CURSOR TO CURSOR Draws a box centered at the first cursor position with a corner at the second cursor. TD:BOX FROM CURSOR SIZE=2 Draws a box with the lower left corner at the cursor position 2 inches square.