public void Rectangle(double x, double y, double width, double height) { handler.Rectangle(Backend, x, y, width, height); }