ICanvasPathMethodsLineTo Method |
Connects the last point in the subpath to the x, y coordinates with a straight line.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax void LineTo(
double x,
double y
)
Sub LineTo (
x As Double,
y As Double
)
void LineTo(
double x,
double y
)
abstract LineTo :
x : float *
y : float -> unit
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