This topic has not yet been rated - Rate this topic

getBBox method

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();

Parameters

This method has no parameters.

Standards information

Remarks

The ISVGLocatable::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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.