Wiki > TV3D65 Index > TVScreen2DImmediate
Draw_FilledTriangle
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | Draw_FilledTriangle(x1 As Single , y1 As Single , x2 As Single , y2 As Single , x3 As Single , y3 As Single , color1 As Integer , color2 As Integer , color3 As Integer) |
| C++ | void Draw_FilledTriangle(float x1 , float y1 , float x2 , float y2 , float x3 , float y3 , int color1 , int color2 , int color3 ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| x1 | No | x1 description |
| y1 | No | y1 description |
| x2 | No | x2 description |
| y2 | No | y2 description |
| x3 | No | x3 description |
| y3 | No | y3 description |
| color1 | Yes | color1 description |
| color2 | Yes | color2 description |
| color3 | Yes | color3 description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.