Skip to main content

LineTo(Point, Boolean) Method

Draws a line to the specified point.

Definition

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

void LineTo(
Point point,
bool isStroked
)
View Source

Parameters

  Point
The destination point.
  Boolean
Whether the segment is stroked

See Also

Reference

IGeometryContext2 Interface
LineTo Overload
Avalonia.Platform Namespace