Rect constructor
init
Constructs a new instance of Rect
def __init__(self):
...
init
Constructor of class Rect
def __init__(self, x, y, width, height):
...
Parameter | Type | Description |
---|---|---|
x | int | |
y | int | |
width | int | |
height | int |
See Also
- module
aspose.threed.utilities
- class
Rect