Back to Devexpress

MapControl.ZoomToRegion Method

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

latest751 B
Original Source

MapControl.ZoomToRegion Method

NameParametersDescription
ZoomToRegion(CoordPoint, CoordPoint, Double, Boolean)topLeft, bottomRight, paddingFactor, roundZoomLevelZooms the map to the specified region. Allows you to set whether the map should use a non-negative integer zoom level.
ZoomToRegion(CoordPoint, CoordPoint, Double)topLeft, bottomRight, paddingFactorZooms to the region described by its top-left and bottom-right points.