|
FillTriangle
Draws a filled triangle.
void FillTriangle(
|
Parameters
x1
[in] X coordinate of the triangle's first corner.
y1
[in] Y coordinate of the triangle's first corner.
x2
[in] X coordinate of the triangle's second corner.
y2
[in] Y coordinate of the triangle's second corner.
x3
[in] X coordinate of the triangle's third corner.
y3
[in] Y coordinate of the triangle's third corner.
clr
[in] Color in ARGB format.