Click or drag to resize
DigitalRuneContentControlOnArrange Method
Called by Arrange(Vector2F, Vector2F) to arrange the visual children.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected override void OnArrange(
	Vector2F position,
	Vector2F size
)

Parameters

position
Type: DigitalRune.Mathematics.AlgebraVector2F
The actual position of this control.
size
Type: DigitalRune.Mathematics.AlgebraVector2F
The actual size of this control.
Remarks
When this method is called, ActualX, ActualY, ActualWidth and ActualHeight are already up-to-date.
See Also