Dimensions constructor
init
Initializes a new instance of the Dimensions class.
def __init__(self):
...
init
Initializes a new instance of the Dimensions class.
def __init__(self, width, height):
...
| Parameter | Type | Description |
|---|---|---|
| width | float | The width. |
| height | float | The height. |
See Also
- module
aspose.cad.xmp.types.complex.dimensions - class
Dimensions