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