MapControl.ZoomToRegion Method
Name | Parameters | Description |
---|---|---|
ZoomToRegion(CoordPoint, CoordPoint, Double, Boolean) | topLeft, bottomRight, paddingFactor, roundZoomLevel | Zooms 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, paddingFactor | Zooms to the region described by its top-left and bottom-right points. |