IGeometryContextBeginFigure Method
Begins a new figure.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
Parameters
- startPoint Point
- The starting point for the figure.
- isFilled Boolean (Optional)
- Whether the figure is filled.