ICanvasRenderingContext2DFill Method (Path2D)
Fills the subpaths with the current fill style and default algorithm CanvasFillRule.Nonzero.

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void Fill(
	Path2D path
)

Parameters

path
Type: Aspose.Html.Dom.CanvasPath2D
A Path2D path to fill.
See Also