[]
Draw polyline from this document.
[Obsolete("Use DrawLines instead")]
public void DrawPolyline(Pen pen, PointF[] points)
<Obsolete("Use DrawLines instead")>
Public Sub DrawPolyline(pen As Pen, points As PointF())
| Type | Name | Description |
|---|---|---|
| Pen | pen | The drawing pen. |
| PointF[] | points | The array of the points for the polyline. |