DrawLine(Pen,Single,Single,Single,Single) Method
In This Topic
Draw line from this document.
Syntax
'Declaration
Public Overloads Sub DrawLine( _
ByVal As System.Drawing.Pen, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public void DrawLine(
System.Drawing.Pen ,
System.float ,
System.float ,
System.float ,
System.float
)
Parameters
- pen
- The drawing pen.
- x1
- The x first coordinate.
- y1
- The y first coordinate.
- x2
- The x second coordinate.
- y2
- The y second coordinate.
See Also