[]
Draws a path defined by points and types.
void DrawPath(Pen pen, PointF[] points, byte[] types, bool close)
Type | Name | Description |
---|---|---|
Pen | pen | The GrapeCity.Documents.Drawing.Pen used to stroke the specified path. |
PointF[] | points | The path points to draw. |
byte[] | types | The path types to draw. |
bool | close | Whether is closed path (figure) or not. |