to_absolute method
to_absolute
Convert the relative rectangle to absolute rectangle
Returns
def to_absolute(self, left, top, width, height):
...
Parameter | Type | Description |
---|---|---|
left | int | Left of the rectangle |
top | int | Top of the rectangle |
width | int | Width of the rectangle |
height | int | Height of the rectangle |
See Also
- module
aspose.threed.utilities
- class
RelativeRectangle