ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word 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 Color, _
       ByVal points() As Point _
    ) 
    public void FillPolygon( 
       Color clr,
       Point[] points
    )

    Parameters

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