[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.DrawLine

DrawLine Method

DrawLine(Point, Point)

Draws the special line by using the current pen of the device context.

Declaration
public virtual void DrawLine(Point startPoint, Point endPoint)
Public Overridable Sub DrawLine(startPoint As Point, endPoint As Point)
Parameters
Type Name Description
Point startPoint

A Point indicate the line start point

Point endPoint

A Point indicate the line end point

Exceptions
Type Condition
SystemErrorException