DrawLine(Pen,PointF,PointF) Method
In This Topic
Draw line from this document.
Syntax
'Declaration
Public Overloads Sub DrawLine( _
ByVal As System.Drawing.Pen, _
ByVal As System.Drawing.PointF, _
ByVal As System.Drawing.PointF _
)
public void DrawLine(
System.Drawing.Pen ,
System.Drawing.PointF ,
System.Drawing.PointF
)
Parameters
- pen
- The drawing pen.
- pt1
- The first point of the line.
- pt2
- The second point of the line.
See Also