ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / FillPolygon Method
The drawing color.
The array of the points for the poligon.

In This Topic
    FillPolygon Method
    In This Topic
    Fill poligon from this document.
    Syntax
    'Declaration
     
    Public Sub FillPolygon( _
       ByVal clr As System.Drawing.Color, _
       ByVal points() As System.Drawing.PointF _
    ) 
    public void FillPolygon( 
       System.Drawing.Color clr,
       System.Drawing.PointF[] points
    )

    Parameters

    clr
    The drawing color.
    points
    The array of the points for the poligon.
    See Also