ICanvasRenderingContext2D.Stroke
Stroke()
Strokes the subpaths with the current stroke style.
public void Stroke()
See Also
- interface ICanvasRenderingContext2D
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML
Stroke(Path2D)
Strokes the subpaths with the current stroke style.
public void Stroke(Path2D path)
Parameter | Type | Description |
---|---|---|
path | Path2D | A Path2D path to stroke. |
See Also
- class Path2D
- interface ICanvasRenderingContext2D
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML