[]
Fills a path defined by points and types.
public void FillPath(Color clr, Point[] points, byte[] types, bool winding)
Type | Name | Description |
---|---|---|
Color | clr | The drawing color. |
Point[] | points | The path points to fill. |
byte[] | types | The path types to fill. |
bool | winding | The winding fill mode flag to draw, by default alternate fill mode. |