ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word 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 System.Drawing.Pen, _
       ByVal points() As System.Drawing.PointF _
    ) 
    public void DrawPolygon( 
       System.Drawing.Pen pen,
       System.Drawing.PointF[] points
    )

    Parameters

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