DRAW_TRIANGLE x1, y1, x2, y2, x3, y3
Purpose Draw a hollow triangle formed from the (x,y) coordinates of 3 vertices:
Parameters
x1, y1 - coordinate of the first vertex.
x2, y2 - coordinate of the second vertex.
x3, y3 - coordinate of the 3rd vertex
Examples DRAW_TRIANGLE 30,10,90,10,60,40
Comments:
Note: The origin is at the upper-left hand corner of the screen.
See Also FILL_TRIANGLE

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual