StreamGeometryContext.

EndFigure(bool) Method

Summary

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

Syntax

public void EndFigure(bool isClosed)

Parameters

Name Type Description
isClosed bool Whether the figure is closed.

Return Value

Type Description
void