Method AnimatedZoomTo
- Namespace
- SharpVectors.Runtime
- Assembly
- SharpVectors.Runtime.Wpf.dll
AnimatedZoomTo(double, Rect)
Do an animated zoom to view a specific scale and rectangle (in content coordinates).
public void AnimatedZoomTo(double newScale, Rect contentRect)
Parameters
AnimatedZoomTo(Rect)
Do an animated zoom to the specified rectangle (in content coordinates).
public void AnimatedZoomTo(Rect contentRect)
Parameters
contentRect
Rect
AnimatedZoomTo(double)
Zoom in/out centered on the viewport center.
public void AnimatedZoomTo(double contentScale)
Parameters
contentScale
double