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

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

    Parameters

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