ComponentOne Word for UWP
DrawPolygon Method

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

Parameters

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

Reference

C1WordDocument Class
C1WordDocument Members