Skip to main content

LineTo Method

Draws a line to the specified point.

Definition

Namespace: Avalonia.Visuals.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public void LineTo(
Point endPoint
)

Parameters

  Point
The destination point.

Implements

IGeometryContext.LineTo(Point)

See Also

Reference

PathGeometryContext Class
Avalonia.Visuals.Platform Namespace