C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / DrawPolygon Method
The drawing pen.
The array of the points for the poligon.

In This Topic
DrawPolygon Method
In This Topic
Draw poligon from this document.
Syntax
'Declaration
 
Public Sub DrawPolygon( _
   ByVal pen As Pen, _
   ByVal points() As Point _
) 
 

Parameters

pen
The drawing pen.
points
The array of the points for the poligon.
See Also