Control.rectGlobalPosition

The node's global position, relative to the world (usually to the top-left corner of the window).

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

Meta