UIElement.position

Changes the position of the element. This calls reflow if that position has changed. IMPORTANT: As of today you are not allowed to assign a position outside the extent of the window. This is purely a Dplug limitation.

  1. box2i position()
  2. void position(box2i p)
    class UIElement
    public nothrow @nogc final
    void
    position
    (
    box2i p
    )
  3. void position(box2f p)

Meta