RelativeRectangle constructor
__init__(self)
Constructs a new instance of RelativeRectangle
def __init__(self):
    ...
__init__(self, left, top, width, height)
Construct a RelativeRectangle
def __init__(self, left, top, width, height):
    ...
| Parameter | Type | Description | 
|---|---|---|
| left | int | |
| top | int | |
| width | int | |
| height | int | 
See Also
- module aspose.threed.utilities
- class RelativeRectangle