MapShapeBase.GetCenter() Method
In This Article
Returns the center point of the map shape.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public CoordPoint GetCenter()
#Returns
Type | Description |
---|---|
Coord |
A Coord |
See Also