StreamGeometryContext.

LineTo(Point) Method

Summary

Draws a line to the specified point.
Namespace
Avalonia.Media
Containing Type
StreamGeometryContext

Syntax

public void LineTo(Point point)

Parameters

Name Type Description
point Point The destination point.

Return Value

Type Description
void