| src | The element to use as a reference as the source local space. | 
| dest | The element to use as a reference as the destination local space. | 
| point | The point to transform, in the local space of the source element. | 
Vector2 A point in the local space of destination element.
Transforms a point from the local space of an element to the local space of another element.
The elements both need to be attached to a panel and must receive a valid VisualElement.layout. Otherwise, this method may return invalid results.
| src | The element to use as a reference as the source local space. | 
| dest | The element to use as a reference as the destination local space. | 
| rect | The rectangle to transform, in the local space of the source element. | 
Rect A rectangle in the local space of destination element.
Transforms a rectangle from the local space of an element to the local space of another element.
The elements both need to be attached to a panel and have received a valid VisualElement.layout. Otherwise, this method may return invalid results.