ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / DrawPolygon Method
The drawing pen.
The array of the points for the poligon.

In This Topic
    DrawPolygon Method
    In This Topic
    Draw poligon from this document.
    Syntax
    'Declaration
     
    Public Sub DrawPolygon( _
       ByVal pen As Pen, _
       ByVal points() As Point _
    ) 
    public void DrawPolygon( 
       Pen pen,
       Point[] points
    )

    Parameters

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