EndFigure Method
Ends the figure started by BeginFigure(Point, Boolean).
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
void EndFigure(
bool isClosed
)
Sub EndFigure (
isClosed As Boolean
)
abstract EndFigure :
isClosed : bool -> unit
Parameters
- Boolean
- Whether the figure is closed.