ICanvasRenderingContext2D.Fill
Contents
[
Hide
]Fill()
Fills the subpaths with the current fill style and default algorithm CanvasFillRule.Nonzero.
public void Fill()
See Also
- interface ICanvasRenderingContext2D
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML
Fill(CanvasFillRule)
Fills the subpaths with the current fill style.
public void Fill(CanvasFillRule fillRule)
Parameter | Type | Description |
---|---|---|
fillRule | CanvasFillRule | The algorithm by which to determine if a point is inside a path or outside a path. |
See Also
- enum CanvasFillRule
- interface ICanvasRenderingContext2D
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML
Fill(Path2D)
Fills the subpaths with the current fill style and default algorithm CanvasFillRule.Nonzero.
public void Fill(Path2D path)
Parameter | Type | Description |
---|---|---|
path | Path2D | A Path2D path to fill. |
See Also
- class Path2D
- interface ICanvasRenderingContext2D
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML
Fill(Path2D, CanvasFillRule)
Fills the subpaths with the current fill style.
public void Fill(Path2D path, CanvasFillRule fillRule)
Parameter | Type | Description |
---|---|---|
path | Path2D | A Path2D path to fill. |
fillRule | CanvasFillRule | The algorithm by which to determine if a point is inside a path or outside a path. |
See Also
- class Path2D
- enum CanvasFillRule
- interface ICanvasRenderingContext2D
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML