[]
Draws a series of line segments that connect an array of point structures.
public void DrawLines(Pen pen, PointF[] points)
Type | Name | Description |
---|---|---|
Pen | pen | GrapeCity.Documents.Drawing.Pen object that determines the color, width, and style of the line segments. |
PointF[] | points | Array of point structures that represent the points to connect. |
All coordinates are expressed in points, measured from the upper-left corner of the page.