# ApproximateSceneNodeBounds(SceneNode)

> Computes a rough approximation of the node hierarchy bounds.

## Definition

* **Type:** Method
* **Namespace:** [Unity.VectorGraphics](/engine/6000.7/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public static Rect ApproximateSceneNodeBounds(SceneNode root)
```

### Parameters

**** (\[SceneNode]\(/engine/6000.7/script-reference/unity/vectorgraphics/scenenode)): The root node of the hierarchy to computes the bounds from

### Returns

| Type                                                        | Description                                                      |
| ----------------------------------------------------------- | ---------------------------------------------------------------- |
| [Rect](/engine/6000.7/script-reference/unityengine/rect.md) | An approximation of the root hierarchy axis-aligned bounding-box |

### Remarks

This will use the control point positions as a rough estimate of the bounds for the paths and shapes.
