public void Square(FoxDraw draw, double size)
 {
     draw.DrawRectangle(canvas.Width / 2 - size / 2, canvas.Height / 2 - size / 2, size, size);
 }