[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.DrawLines

DrawLines Method

DrawLines(Pen, PointF[])

Draw lines from this document.

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

The drawing pen.

PointF[] points

The array of the points for the polyline.

Implements