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

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.v18.2.dll

Declaration

public void ZoomToFitLayerItems(
    IEnumerable<LayerBase> layers
)

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