Control.rectPosition

The node's position, relative to its parent. It corresponds to the rectangle's top-left corner. The property is not affected by rectPivotOffset.

  1. Vector2 rectPosition [@property getter]
    struct Control
    @nogc nothrow @property
    Vector2
    rectPosition
    ()
  2. Vector2 rectPosition [@property setter]

Meta