Click or drag to resize
DigitalRuneUIControlMeasure Method
Updates the DesiredWidth and DesiredHeight of the 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 Measure(
	Vector2F availableSize
)

Parameters

availableSize
Type: DigitalRune.Mathematics.AlgebraVector2F
The available space that the parent can allocate to this control. The control can ignore this parameter and request a larger size.
See Also