Home | Contents | Index | Help | < Browse | Browse >

 1. DRAW line | box | filledbox [percent|%|pix] <X> <Y> <X2> <Y2>

   or

 2. DRAW line [percent|%|pix] <X> <Y>

   or

 3. DRAW figure [percent|%|pix] <X> <Y> <X2> <Y2> [rnd | nr] [lines]
 
 Number 1 draws a line, box or filled box.
 
 Number 2 continues to draw a line from the last X2 and Y2 used by number 1.
 
 Number 3 draws a nice figure that you can use for backgrounds etc. If
 you use the optional RND, then a random figure will be drawn every time.
 If you instead if RND, give a number, lets say 83, then this number is
 used as a seed to the random generator. This makes that the same figure
 always is generated for the same number. The optional [lines] is the number
 of lines to draw. Default is 500.
 
 The easiest way to use the draw command is to press D and use
 the draw tool to simply use the mouse to draw in your window!
 
 Use DrawCol to change the draw color.


Home | Contents | Index | Help | < Browse | Browse >