DrawLines Method (C1PdfDocument)
In This Topic
Draws a series of line segments that connect an array of point structures.
Syntax
'Declaration
Public Sub DrawLines( _
ByVal As Pen, _
ByVal () As PointF _
)
public void DrawLines(
Pen ,
PointF[]
)
Parameters
- pen
- System.Drawing.Pen object that determines the color, width, and style of the line segments.
- points
- Array of point structures that represent the points to connect.
See Also