GraphicsCommandRect(num x, num y, num width, num height)

Source

GraphicsCommandRect(num x, num y, num width, num height)

    : _x = x.toDouble(),
      _y = y.toDouble(),
      _width = width.toDouble(),
      _height = height.toDouble();