IGeometryContext.

EndFigure(bool) Method

Summary

Ends the figure started by BeginFigure(Point, bool).
Namespace
Avalonia.Platform
Containing Type
IGeometryContext

Syntax

void EndFigure(bool isClosed)

Parameters

Name Type Description
isClosed bool Whether the figure is closed.

Return Value

Type Description
void