[]
        
(Showing Draft Content)

C1.C1Word.C1WordDocument.DrawPolyline

DrawPolyline Method

DrawPolyline(Pen, PointF[])

Draw polyline from this document.

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

The drawing pen.

PointF[] points

The array of the points for the polyline.