DrawLine Method (DeviceContext)
In This Topic
Draws the special line by using the current pen of the device context.
Syntax
'Declaration
Public Overridable Sub DrawLine( _
ByVal As Point, _
ByVal As Point _
)
public virtual void DrawLine(
Point ,
Point
)
Parameters
- startPoint
- A System.Drawing.Point indicate the line start point
- endPoint
- A System.Drawing.Point indicate the line end point
Exceptions
Exception | Description |
C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |
See Also