[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.DrawLine

DrawLine Method

DrawLine(Pen, Point, Point)

Draw the special line by using given pen

Declaration
public void DrawLine(Pen pen, Point startPoint, Point endPoint)
Parameters
Type Name Description
Pen pen

A Pen indicate the pen used to draw

Point startPoint

A Point indicate the line start point

Point endPoint

A Point indicate the line end point

Exceptions
Type Condition
SystemErrorException