Control.rectSize

The size of the node's bounding rectangle, in pixels. Container nodes update this property automatically.

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

Meta