|
FillEllipse
Draws a filled ellipse inscribed in a rectangle with the specified coordinates.
void FillPolygon(
|
Parameters
x1
[in] X coordinate of the top left corner forming the rectangle.
y1
[in] Y coordinate of the top left corner forming the rectangle.
x2
[in] X coordinate of the bottom right corner forming the rectangle.
y2
[in] Y coordinate of the bottom right corner forming the rectangle.
clr
[in] Color in ARGB format.