Exemplo n.º 1
0
 public void fillOval(int x, int y, int width, int height) {
   _gc.fillOval(x, y, width, height);
 }