ComponentOne Word for UWP
FillPolygon Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : FillPolygon Method
The drawing color.
The array of the points for the poligon.
Fill poligon from this document.
Syntax
'Declaration
 
Public Sub FillPolygon( _
   ByVal clr As Windows.UI.Color, _
   ByVal points() As Windows.Foundation.Point _
) 
public void FillPolygon( 
   Windows.UI.Color clr,
   Windows.Foundation.Point[] points
)

Parameters

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

Reference

C1WordDocument Class
C1WordDocument Members