PdfDeviceLineTo Method
Appends a straight line segment from the current point to the point (pt). The new current point is pt.

Namespace: Aspose.Svg.Rendering.Pdf
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public override void LineTo(
	PointF pt
)

Parameters

pt
Type: System.DrawingPointF
Point of where to create the line to.

Implements

IDeviceLineTo(PointF)
See Also