MapControl.Zoom Method
Name | Parameters | Description |
---|---|---|
Zoom(Double, MapPoint, Boolean) | newZoomLevel, anchorPoint, animated | Zooms a map to the specified level and anchor point using the animation effect, if required. |
Zoom(Double, MapPoint) | newZoomLevel, anchorPoint | Zooms a map to the specified level and anchor point. |
Zoom(Double, Boolean) | zoomLevel, animated | Zooms a map to the specified level using the animation effect, if required. |
Zoom(Double) | zoomLevel | Zooms a map to the specified level. |