Click or drag to resize
DigitalRuneUIControlArrange Method
Positions child elements and determines a size for a control.

Namespace: DigitalRune.Game.UI.Controls
Assembly: 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
)

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