In This Topic
Draw polyline from this document.
Syntax
'Declaration
Public Sub DrawPolyline( _
ByVal As System.Drawing.Pen, _
ByVal () As System.Drawing.PointF _
)
public void DrawPolyline(
System.Drawing.Pen ,
System.Drawing.PointF[]
)
Parameters
- pen
- The drawing pen.
- points
- The array of the points for the polyline.
See Also