|
PolygonThick
Draws a polygon with a specified width using antialiasing algorithm.
void PolygonThick(
|
Parameters
x[]
[in] Array of X coordinates of polygon points.
y[]
[in] Array of Y coordinates of polygon points.
clr
[in] Color in ARGB format.
size
[in] Line width.
style
[in] Line style is one of the ENUM_LINE_STYLE enumeration's values or a custom value.
end_style
[in] Line style is one of the ENUM_LINE_END enumeration's values.