SVGGraphicsElement.GetBBox

SVGGraphicsElement.GetBBox method

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.

public SVGRect GetBBox()

Return Value

An SVGRect object that defines the bounding box.

See Also