ICanvasPathMethodsLineTo Method
Connects the last point in the subpath to the x, y coordinates with a straight line.

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void LineTo(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The x axis of the coordinate for the end of the line.
y
Type: SystemDouble
The y axis of the coordinate for the end of the line.
See Also