Example #1
0
 public void SquareDrawer(FoxDraw draw, int x, int y)
 {
     draw.DrawRectangle(x, y, 50, 50);
 }