ComponentOne PDF for WPF and Silverlight
DrawLines Method (C1PdfDocument)

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > C1PdfDocument Class : DrawLines Method
Pen object that determines the color, width, and style of the line segments.
Array of point structures that represent the points to connect.
Draws a series of line segments that connect an array of point structures.
Syntax
'Declaration
 
Public Sub DrawLines( _
   ByVal pen As Pen, _
   ByVal points() As Point _
) 
public void DrawLines( 
   Pen pen,
   Point[] points
)

Parameters

pen
Pen object that determines the color, width, and style of the line segments.
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.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members