Centers the viewport on a specific point in content coordinates with a specific zoom level.
public void CenterOn(Point point, double zoom, bool animate = true)
The point to center on.
The target zoom level.
Whether to animate the transition.