IGeometryContextBeginFigure Method

Begins a new figure.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void BeginFigure(
	Point startPoint,
	bool isFilled = true
)

Parameters

startPoint  Point
The starting point for the figure.
isFilled  Boolean  (Optional)
Whether the figure is filled.

See Also