Control.rectSize

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

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

Meta