eDriven Framework API
GlobalBounds Property
NamespaceseDriven.Gui.ComponentsGuiTransformBaseGlobalBounds
eDriven Framework API
Global (screen) Bounds for figuring out mouseovers (*RARE*)
We are not baking global bounds, because they are dynamic, i.e. depend of bounds of parent hierarchy
It would be too expensive if we are about to bake them each time we change the position of the ancestor
Declaration Syntax
C#Visual BasicVisual C++
public Rectangle GlobalBounds { get; }
Public ReadOnly Property GlobalBounds As Rectangle
	Get
public:
property Rectangle^ GlobalBounds {
	Rectangle^ get ();
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)