---
title: "bottomRight"
description: "Returns the bottom right corner of the node we're interacting with, in the node's local
coordinate system, where (0, 0) is the top left corner of the node. Note that `bottomRight.x !=
width` and `bottomRight.y != height`, see [right] and [bottom]."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


> **Deprecated** Replaced by TouchInjectionScope. Use `performTouchInput` instead of `performGesture`

```kotlin
val GestureScope.bottomRight: Offset
```


Returns the bottom right corner of the node we're interacting with, in the node's local
coordinate system, where (0, 0) is the top left corner of the node. Note that `bottomRight.x !=
width` and `bottomRight.y != height`, see `right` and `bottom`.



