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