# Point

A pair of coordinates used to describe the location of a Titanium.UI.View.

Availability
1.8.0
1.8.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# x

Availability
1.8.0
1.8.0
9.2.0
x :Number | String

The x-axis coordinate of this point.


# y

Availability
1.8.0
1.8.0
9.2.0
y :Number | String

The y-axis coordinate of this point.