DRAW_TRIANGLE x1, y1, x2, y2, x3, y3 |
Purpose | Draw a hollow triangle formed from the (x,y) coordinates of 3 vertices: | ||||||
Parameters |
| ||||||
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 |