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