BeginFigure Method
Begins a new figure.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
void BeginFigure(
Point startPoint,
bool isFilled = true
)
Sub BeginFigure (
startPoint As Point,
Optional isFilled As Boolean = true
)
abstract BeginFigure :
startPoint : Point *
?isFilled : bool
(* Defaults:
let _isFilled = defaultArg isFilled true
*)
-> unit