stroke method
stroke
Strokes the subpaths with the current stroke style.
def stroke(self):
...
stroke
Strokes the subpaths with the current stroke style.
def stroke(self, path):
...
| Parameter | Type | Description |
|---|---|---|
| path | Path2D | A Path2D path to stroke. |
See Also
- module
aspose.html.dom.canvas - class
ICanvasRenderingContext2D