MapControl.Zoom(Double, Point) Method
In This Article
Zooms a map to the specified level around the specified anchor point.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
zoom |
Double | An integer value specifying the level to which a map should be zoomed. |
anchor |
Point | An anchor point. |
#Remarks
To verify whether or not it is possible to zoom a map, call the MapControl.CanZoom method before calling the Zoom method.
See Also