Rectangle.fromLTWH(double left, double top, double width, double height) : this.fromLTRB(left, top, left + width, top + height);