| Platform | Since |
|---|---|
| iPhone | 0.8 |
| iPad | 0.8 |
Translates a point from this view's coordinate system to another view's coordinate system.
If both views are connected in the native view hierarchies, returns the
point, converted to destinationView's coordinate system.
Returns null if either view is not in the view hierarchy.
Keep in mind that views may be removed from the view hierarchy if their window
is blurred or if the view is offscreen (such as in some situations with
Titanium.UI.ScrollableView).
If this view is a Titanium.UI.ScrollView, the view's x and y offsets are
subtracted from the return value.
| Name | Type | Summary |
|---|---|---|
| point | Point |
A point in this view's coordinate system. |
| destinationView | Titanium.UI.View |
View that specifies the destination coordinate system to convert to. If this argument is not a view, an exception will be raised. |