C1.WPF.Word.4.6.2 Assembly / C1.WPF.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 polygon from this document.
Syntax
'Declaration
 
Public Sub FillPolygon( _
   ByVal clr As Color, _
   ByVal points() As Point _
) 
 

Parameters

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