ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / DrawPolyline Method
The drawing pen.
The array of the points for the polyline.

In This Topic
    DrawPolyline Method
    In This Topic
    Draw lines from this document.
    Syntax
    'Declaration
     
    Public Sub DrawPolyline( _
       ByVal pen As System.Drawing.Pen, _
       ByVal points() As System.Drawing.PointF _
    ) 
    public void DrawPolyline( 
       System.Drawing.Pen pen,
       System.Drawing.PointF[] points
    )

    Parameters

    pen
    The drawing pen.
    points
    The array of the points for the polyline.
    See Also