|
PolygonWu
Draws a polygon using Wu's anti-aliasing algorithm.
void PolygonWu(
|
Parameters
x[]
[in] Array of X coordinates of a polygon points.
y[]
[in] Array of Y coordinates of a polygon points.
clr
[in] Color in ARGB format.
style=UINT_MAX
[in] Line style is one of ENUM_LINE_STYLE enumeration's values or a custom value.