IGeometryContextLineTo Method

Draws a line to the specified point.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void LineTo(
	Point endPoint
)

Parameters

endPoint  Point
The destination point.

See Also