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