Skip to main content

MapControl.SetCenterPoint(CoordPoint, Boolean) Method

Sets a new center point of a map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void SetCenterPoint(
    CoordPoint centerPoint,
    bool animated
)

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