Skip to main content
A newer version of this page is available. .

MapControl.ZoomToFitLayerItems Method

Name Parameters Description
ZoomToFitLayerItems() none Zooms the map to fit items contained by the MapControl.Layers property.
ZoomToFitLayerItems(IEnumerable<LayerBase>, Double) layers, paddingFactor Zooms the map to fit items contained in the specified set of LayerBase class descendant objects.
ZoomToFitLayerItems(IEnumerable<LayerBase>) layers Zooms the map to fit items contained in the specified set of LayerBase class descendant objects.
ZoomToFitLayerItems(Double) paddingFactor Zooms the map to fit items contained by the MapControl.Layers property.