get_absolute_bounding_box method
get_absolute_bounding_box
Gets the absolute bounding box of the element, optionally ignoring element transformations.
Returns
The absolute bounding box as a RectangleF.
def get_absolute_bounding_box(self, ignore_element_tranformations):
...
Parameter | Type | Description |
---|---|---|
ignore_element_tranformations | bool | Determines whether to ignore element transformations. |