Skip to main content

MapControl.ZoomToFit(IEnumerable<MapItem>) Method

Zooms the map to fit the area containing items sent as parameter.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void ZoomToFit(
    IEnumerable<MapItem> items
)

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