Back to Devexpress

MapControl.ZoomToRegion Method

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dot-zoomtoregion.md

latest1.2 KB
Original Source

MapControl.ZoomToRegion Method

NameParametersDescription
ZoomToRegion(CoordPoint, CoordPoint, Boolean, Double)p1, p2, roundZoomLevel, paddingFactorZooms to the region by its top-left and bottom-right points, and specifies whether to apply an integer zoom level.
ZoomToRegion(CoordPoint, CoordPoint, Double)p1, p2, paddingFactorZooms to the region described by its top left and bottom right points.
ZoomToRegion(MapBounds, Boolean, Double)bounds, roundZoomLevel, paddingFactorZooms the map to the specified region. Allows you to specify whether to use an integer zoom level.
ZoomToRegion(MapBounds, Double)bounds, paddingFactorZooms the map to the specified region.