ICanvasRenderingContext2DFill Method (CanvasFillRule)
Fills the subpaths with the current fill style.

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

Parameters

fillRule
Type: Aspose.Html.Dom.CanvasCanvasFillRule
The algorithm by which to determine if a point is inside a path or outside a path.
See Also