| UIControlArrange Method |
Positions child elements and determines a size for a control.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public void Arrange(
Vector2F position,
Vector2F size
)
Public Sub Arrange (
position As Vector2F,
size As Vector2F
)
public:
void Arrange(
Vector2F position,
Vector2F size
)
member Arrange :
position : Vector2F *
size : Vector2F -> unit
Parameters
- position
- Type: DigitalRune.Mathematics.AlgebraVector2F
The actual position of this control as determined by the parent.
- size
- Type: DigitalRune.Mathematics.AlgebraVector2F
The actual size of this control as determined by the parent.
See Also