ICanvasRenderingContext2DFill Method (Path2D) |
Fills the subpaths with the current fill style and default algorithm CanvasFillRule.Nonzero.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxSub Fill (
path As Path2D
)
void Fill(
Path2D^ path
)
abstract Fill :
path : Path2D -> unit
Parameters
- path
- Type: Aspose.Html.Dom.CanvasPath2D
A Path2D path to fill.
See Also