BeginFigure Method
Begins a new figure.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void BeginFigure(
Point startPoint,
bool isFilled
)
Public Sub BeginFigure (
startPoint As Point,
isFilled As Boolean
)
abstract BeginFigure :
startPoint : Point *
isFilled : bool -> unit
override BeginFigure :
startPoint : Point *
isFilled : bool -> unit