ISVGLocatable interface
Defines attributes and operations that are used by the elements that have a transform attribute and by the elements that can have a bounding box in current user space.
Members
The ISVGLocatable interface inherits from the IDispatch interface. ISVGLocatable also has these types of members:
Methods
The ISVGLocatable interface has these methods.
| Method | Description |
|---|---|
| ISVGLocatable::getBBox |
Gets the bounding box, in current user space, of the geometry of all contained graphics elements. |
| ISVGLocatable::getCTM |
Gets the transformation matrix that transforms from the current user units to the viewport coordinate system for the ISVGLocatable::nearestViewportElement object. |
| ISVGLocatable::getScreenCTM |
Gets the transformation matrix from the current user units to the screen coordinate system. |
| ISVGLocatable::getTransformToElement |
Gets the transformation matrix that transforms from the user coordinate system on the current element to the user coordinate system on the specified target element. |
Properties
The ISVGLocatable interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Gets a value that represents the farthest ancestor svg element. | |
|
Read-only |
Gets a value that indicates which element established the current viewport. |
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also