contains method
contains
Return true if the given point is inside the rectangle.
Returns
def contains(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | int | |
y | int |
See Also
- module
aspose.threed.utilities
- class
Rect
Return true if the given point is inside the rectangle.
def contains(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | int | |
y | int |
aspose.threed.utilities
Rect