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