RelativeRectangle constructor
init
Constructs a new instance of RelativeRectangle
def __init__(self):
...
init
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