getBBox method

[This documentation is preliminary and is subject to change.]

Gets the bounding box, in current user space, of the geometry of all contained graphics elements.

Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.23Internet Explorer 9

Syntax

ISVGRect retVal = object.getBBox();

Standards information

Parameters

This method has no parameters.

Remarks

The getBBox method returns the actual bounding box at the time when the method is called, even if the element has not yet been rendered.

The return value is exclusive of stroking, clipping, masking, and filter effects that are applied to elements.

 

 

Build date: 1/26/2012