| Method |
Description |
| AddManipulator |
Add a manipulator associated to a VisualElement.
|
| ChangeCoordinatesTo |
Transforms a point from the local space of an element to the local space of another element.
|
| FindRootPanelComponent |
Finds the root IPanelComponent for the given VisualElement.
|
| LocalToWorld |
Transforms a point from the local space of the element to panel coordinates.
|
| RemoveManipulator |
Remove a manipulator associated to a VisualElement.
|
| StretchToParentSize |
Aligns a VisualElement's left, top, right and bottom edges with the corresponding edges of its parent.
|
| StretchToParentWidth |
Aligns a VisualElement's left and right edges with the corresponding edges of its parent.
|
| WorldToLocal |
Transforms a point from panel coordinates into the local space of the element.
|