Back to Devexpress

MapControl.Zoom Method

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-dot-zoom.md

latest907 B
Original Source

MapControl.Zoom Method

NameParametersDescription
Zoom(Double, MapPoint, Boolean)newZoomLevel, anchorPoint, animatedZooms a map to the specified level and anchor point using the animation effect, if required.
Zoom(Double, MapPoint)newZoomLevel, anchorPointZooms a map to the specified level and anchor point.
Zoom(Double, Boolean)zoomLevel, animatedZooms a map to the specified level using the animation effect, if required.
Zoom(Double)zoomLevelZooms a map to the specified level.