예제 #1
0
 public void Rectangle(double x, double y, double width, double height)
 {
     handler.Rectangle(Backend, x, y, width, height);
 }