[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.DrawPolygon

DrawPolygon Method

DrawPolygon(Pen, PointF[])

Draw polygon from this document.

Declaration
public void DrawPolygon(Pen pen, PointF[] points)
Parameters
Type Name Description
Pen pen

The drawing pen.

PointF[] points

The array of the points for the polygon.

Implements