IGeometryContext.

LineTo(Point) Method

Summary

Draws a line to the specified point.
Namespace
Avalonia.Platform
Containing Type
IGeometryContext

Syntax

void LineTo(Point point)

Parameters

Name Type Description
point Point The destination point.

Return Value

Type Description
void