MapControl.ZoomToFitLayerItems(IEnumerable<LayerBase>) Method
Zooms the map to fit items contained in the specified set of LayerBase class descendant objects.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
layers | IEnumerable<LayerBase> | A IEnumerable object, containing LayerBase class descendant objects. |
Remarks
When vector items loading in a runtime this method should be called from LayerBase.DataLoaded event handler.
See Also