Function Control.rectSize

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

Vector2 rectSize() nothrow @property @nogc;

void rectSize (
  Vector2 v
) nothrow @property @nogc;