Share via


ICanvas.FillPath(PathF, WindingMode) Method

Definition

Draws and fills the specified path onto the canvas.

public:
 void FillPath(Microsoft::Maui::Graphics::PathF ^ path, Microsoft::Maui::Graphics::WindingMode windingMode);
public void FillPath (Microsoft.Maui.Graphics.PathF path, Microsoft.Maui.Graphics.WindingMode windingMode);
abstract member FillPath : Microsoft.Maui.Graphics.PathF * Microsoft.Maui.Graphics.WindingMode -> unit
Public Sub FillPath (path As PathF, windingMode As WindingMode)

Parameters

path
PathF

The path to be drawn.

windingMode
WindingMode

The fill algorithm to be used.

Applies to