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

MapControl.ZoomToFit(IEnumerable<MapItem>) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ZoomToFit(IEnumerable<MapItem>) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also