| Platform | Since |
|---|---|
| Android | 1.8.0 |
| iPhone | 1.8.0 |
| iPad | 1.8.0 |
A pair of coordinates used to describe the location of a Titanium.UI.View.
| Name | Summary |
|---|---|
| getX |
Gets the value of the x property. |
| getY |
Gets the value of the y property. |
| setX |
Sets the value of the x property. |
| setY |
Sets the value of the y property. |
| Name | Type | Summary |
|---|---|---|
| x | Number |
The x-axis coordinate of this point. |
| y | Number |
The y-axis coordinate of this point. |