IGeometryContext2LineTo(Point, Boolean) 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 point,
	bool isStroked
)

Parameters

point  Point
The destination point.
isStroked  Boolean
Whether the segment is stroked

See Also