ICanvas.FillPath(PathF, WindingMode) Method

Definition

Draws and fills the specified path onto the canvas.

C#
public void FillPath(Microsoft.Maui.Graphics.PathF path, Microsoft.Maui.Graphics.WindingMode windingMode);

Parameters

path
PathF

The path to be drawn.

windingMode
WindingMode

The fill algorithm to be used.

Applies to

Product Versions
.NET MAUI 8, 9