# bounds

> Wraps the Android method DisplayFeature.getBounds(). Read-only.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public RectInt bounds { get; }
```

### Remarks

For more information, refer to the Android developer documentation on [DisplayFeature.getBounds()](https://developer.android.com/reference/androidx/window/layout/DisplayFeature#getBounds\(\))

Additional Resources: [RectInt](/engine/6000.6/script-reference/unityengine/rectint.md)
