public void ZoomOut() { Point p = new Point(Imagen.ActualWidth / 2, Imagen.ActualHeight / 2); Border.ApplyZoom(-1, p); }