|
Ellipse
Draws an ellipse using two points.
void Ellipse(
|
Parameters
x1
[in] X coordinate of the first point forming an ellipse.
y1
[in] Y coordinate of the first point forming an ellipse.
x2
[in] X coordinate of the second point forming an ellipse.
y2
[in] Y coordinate of the second point forming an ellipse.
clr
[in] Color in ARGB format.