[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.PathBuilder.AddLine

AddLine Method

AddLine(PointF)

Creates a line segment between the current point and the specified end point and adds it to the figure.

Declaration
public void AddLine(PointF endPoint)
Public Sub AddLine(endPoint As PointF)
Parameters
Type Name Description
PointF endPoint

The end point of the line to draw.

AddLine(float, float)

Creates a line segment between the current point and the specified end point and adds it to the figure.

Declaration
public void AddLine(float endPointX, float endPointY)
Public Sub AddLine(endPointX As Single, endPointY As Single)
Parameters
Type Name Description
float endPointX

The x-coordinate of the end point of the line to draw.

float endPointY

The y-coordinate of the end point of the line to draw.