MapControl.ZoomToFit(IEnumerable<MapItem>) Method
Zooms the map to fit the area containing items sent as parameter.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<MapItem> | A set of MapItem descendant objects that should be visible on a map after zooming. |
Remarks
When vector items loading in a runtime this method should be called from LayerBase.DataLoaded event handler.
See Also