create method
create
Creates a new canvas with the specified width and height.
Returns
A new instance of the ICanvas
.
def create(self, width, height):
...
Parameter | Type | Description |
---|---|---|
width | int | The width of the canvas. |
height | int | The height of the canvas. |
See Also
- module
aspose.svg.rendering
- class
ICanvas
- class
ICanvasFactory