get_b_box method
get_b_box
Returns the tight bounding box in current user space (i.e., after application of the ‘transform’ attribute, if any) on the geometry of all contained graphics elements, exclusive of stroking, clipping, masking and filter effects). Note that getBBox must return the actual bounding box at the time the method was called, even in case the element has not yet been rendered.
Returns
An SVGRect object that defines the bounding box.
def get_b_box(self):
...
See Also
- module
aspose.svg
- class
SVGPolygonElement
- class
SVGRect