MapControl.SetCenterPoint(CoordPoint, Boolean) Method
Sets a new center point of a map.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
centerPoint | CoordPoint | A CoordPoint class descendant object, which is the new center point. |
animated | Boolean | true to use animation when moving to a new center point, otherwise false. |
See Also