[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DRAW                   Draw a Line Between Two Points                pp 171

 Syntax:  Draw (Col1,Row1,Col2,Row2,Color) ;

 Type:    Integer

 Form:    Graphics Procedure

 Purpose: Draw a line between two points on the graphics screen.


 ----------------------------------------------------------------------------


 Usage:
       BEGIN
          GraphColorMode       ;   { Set 320x200 medium resolution mode      }
          Draw (0,0,319,199,1) ;   { Upper left to lower right diagonal line }
       END.

See Also: GraphWindow Palette Plot
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson