ICanvasRenderingContext2DFill Method (CanvasFillRule) |
Fills the subpaths with the current fill style.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxvoid Fill(
CanvasFillRule fillRule
)
Sub Fill (
fillRule As CanvasFillRule
)
void Fill(
CanvasFillRule fillRule
)
abstract Fill :
fillRule : CanvasFillRule -> unit
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