[]
Moves the current LayoutView to a new position relative to another LayoutView.
public void ApplyOffset(LayoutView otherView, float xOffset, float yOffset)
Public Sub ApplyOffset(otherView As LayoutView, xOffset As Single, yOffset As Single)
Type | Name | Description |
---|---|---|
LayoutView | otherView | The other LayoutView or null to reference the LayoutHost. |
float | xOffset | The X offset in other view's coordinates. |
float | yOffset | The Y offset in other view's coordinates. |