DrawLine(Pen,Point,Point) Method
Draw line from this document.
'Declaration
Public Overloads Sub DrawLine( _
ByVal As Pen, _
ByVal As Point, _
ByVal As Point _
)
Parameters
- pen
- The drawing pen.
- pt1
- The first point of the line.
- pt2
- The second point of the line.