MapControl.ZoomToRegion Method
Name | Parameters | Description |
---|---|---|
Zoom |
p1, p2, round |
Zooms to the region by its top-left and bottom-right points, and specifies whether to apply an integer zoom level. |
Zoom |
p1, p2, padding |
Zooms to the region described by its top left and bottom right points. |
Zoom |
bounds, round |
Zooms the map to the specified region. Allows you to specify whether to use an integer zoom level. |
Zoom |
bounds, padding |
Zooms the map to the specified region. |