ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.Objects Namespace / RtfDrawingCanvas Class / GetPolyline Method
The points array.

In This Topic
    GetPolyline Method
    In This Topic
    Gets polyline RTF shape for points.
    Syntax
    'Declaration
     
    Public Function GetPolyline( _
       ByVal pts() As System.Drawing.PointF _
    ) As RtfShape
    public RtfShape GetPolyline( 
       System.Drawing.PointF[] pts
    )

    Parameters

    pts
    The points array.

    Return Value

    The RTF shape.
    See Also