ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word Namespace / C1WordDocument Class / FillPolygon Method
The drawing color.
The array of the points for the polygon.
System.Drawing.Drawing2D.FillMode parameter that determines how to handle overlapping areas within the polygon.

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

    Parameters

    clr
    The drawing color.
    points
    The array of the points for the polygon.
    fillMode
    System.Drawing.Drawing2D.FillMode parameter that determines how to handle overlapping areas within the polygon.
    See Also