Skip to main content
All docs
V23.2

ExpandedClusterLayoutBase.GetLocation(MapItem, Int32) Method

If overridden, returns the location of the map item with the specified index.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract CoordPoint GetLocation(
    MapItem sourceItem,
    int index
)

Parameters

Name Type Description
sourceItem MapItem

The map item whose location is to be obtained.

index Int32

A zero-based integer that specifies the map index.

Returns

Type Description
CoordPoint

A CoordPoint descendant that defines map item coordinates.

See Also