[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.DrawPolyline

DrawPolyline Method

DrawPolyline(Pen, PointF[])

Draw polyline from this document.

Declaration
[Obsolete("Use DrawLines instead")]
public void DrawPolyline(Pen pen, PointF[] points)
Parameters
Type Name Description
Pen pen

The drawing pen.

PointF[] points

The array of the points for the polyline.