UIElement._position

Position is the graphical extent of the element, or something larger. An UIElement is not allowed though to draw further than its _position. For efficiency it's best to keep _position as small as feasible.

class UIElement
protected nothrow @nogc
box2i _position;

Meta