ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word 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 Pen, _
       ByVal points() As Point _
    ) 
    public void DrawPolyline( 
       Pen pen,
       Point[] points
    )

    Parameters

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