StreamGeometryContextBeginFigure Method

Begins a new figure.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void BeginFigure(
	Point startPoint,
	bool isFilled
)

Parameters

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

Implements

IGeometryContextBeginFigure(Point, Boolean)

See Also