[]
        
(Showing Draft Content)

C1.Util.IFlowDocument.DrawLines

DrawLines Method

DrawLines(Pen, PointF[])

Draws a series of line segments that connect an array of point structures.

Declaration
void DrawLines(Pen pen, PointF[] points)
Parameters
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.

Remarks

All coordinates are expressed in points, measured from the upper-left corner of the page.