Link Search Menu Expand Document

PathAddLineTo Method (PointF)

Appends a straight line segment from the current position to a specified endpoint.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void AddLineTo(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
The endpoint.
See Also

Reference