Back to Devexpress

MapControl.ZoomToFitLayerItems Method

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

latest1.5 KB
Original Source

MapControl.ZoomToFitLayerItems Method

NameParametersDescription
ZoomToFitLayerItems(Boolean)roundZoomLevelZooms the map to fit items that map layers contain. Allows you to specify whether to use an integer zoom level.
ZoomToFitLayerItems(IEnumerable<LayerBase>, Boolean, Double)layers, roundZoomLevel, paddingFactorZooms a map to fit vector items contained in the specified map layers. Allows you to specify whether to use an integer zoom level, and set the padding factor.
ZoomToFitLayerItems(IEnumerable<LayerBase>, Double)layers, paddingFactorZooms a map to fit items contained in the specified set of LayerBase class descendant objects.
ZoomToFitLayerItems(Double)paddingFactorZooms a map to fit items contained in all layers of the map.