Viewport constructor
init
Initializes a new instance of the Viewport
class with the specified width and height.
def __init__(self, width, height):
...
Parameter | Type | Description |
---|---|---|
width | Length | The width of the viewport. |
height | Length | The height of the viewport. |
See Also
- module
aspose.svg.drawing
- class
Viewport