|
CircleWu
Draws a circle using Wu's anti-aliasing algorithm
void CircleWu(
|
Parameters
x
[in] X coordinate of the center of the circle.
y
[in] Y coordinate of the center of the circle.
r
[in] Circle radius.
clr
[in] Color in ARGB format.