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
Syntaxpublic void LineTo(
double x,
double y
)
Public Sub LineTo (
x As Double,
y As Double
)
public:
virtual void LineTo(
double x,
double y
) sealed
abstract LineTo :
x : float *
y : float -> unit
override 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.
Implements
ICanvasPathMethodsLineTo(Double, Double)
See Also