ComponentOne Word for WPF
C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.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 Point _
    ) As RtfShape
    public RtfShape GetPolyline( 
       Point[] pts
    )

    Parameters

    pts
    The points array.

    Return Value

    The RTF shape.
    See Also