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):
    ...
ParameterTypeDescription
ignore_element_tranformationsboolDetermines whether to ignore element transformations.

See Also