[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.IPath.AddLine

AddLine Method

AddLine(PointF)

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

Declaration
void AddLine(PointF pointTo)
Sub AddLine(pointTo As PointF)
Parameters
Type Name Description
PointF pointTo

The end point of the line to draw.