stroke method
stroke
Strokes the current path.
def stroke(self):
...
stroke
Strokes the specified path.
def stroke(self, path):
...
Parameter | Type | Description |
---|---|---|
path | IPath | The path to stroke. See IPath . |
See Also
- module
aspose.svg.rendering
- class
ICanvas
- class
IPath