ICanvasRenderingContext2D.Stroke
Stroke()
Strokes the subpaths with the current stroke style.
public void Stroke()
See Also
- interface ICanvasRenderingContext2D
- package com.aspose.html.Dom.Canvas
- package 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
- package com.aspose.html.Dom.Canvas
- package Aspose.HTML