Skip to main content

LineTo(Point, Boolean) Method

Draws a line to the specified point.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public void LineTo(
Point point,
bool isStroked
)

Parameters

  Point
The destination point.
  Boolean
Whether the segment is stroked

Implements

IGeometryContext2.LineTo(Point, Boolean)

See Also

Reference

StreamGeometryContext Class
LineTo Overload
Avalonia.Media Namespace