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

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

    Parameters

    pts
    The points array.

    Return Value

    The RTF shape.
    See Also