Click or drag to resize
DigitalRuneUIControlActualBounds Property
Gets the actual bounding rectangle of the control (defined by ActualX, ActualY, ActualWidth and ActualHeight).

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 RectangleF ActualBounds { get; }

Property Value

Type: RectangleF
The actual bounding rectangle of the control in screen coordinates.
See Also