StreamGeometryContextLineTo(Point, Boolean) Method

Draws a line to the specified point.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void LineTo(
	Point point,
	bool isStroked
)

Parameters

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

Implements

IGeometryContext2LineTo(Point, Boolean)

See Also