UIElement.position

Changes the position of the element. This calls reflow if that position has changed. Note: Widget coordinates are always integer coordinates. The input rectangle is rounded to nearest integer.

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

Meta