add_rect method
add_rect
Appends a rectangle to the current path as a complete subpath.
def add_rect(self, rect):
...
Parameter | Type | Description |
---|---|---|
rect | aspose.pydrawing.RectangleF | A rectangle to draw. |
See Also
- module
aspose.svg.rendering.devices
- class
SkiaCanvasDevice