Skip to main content
A newer version of this page is available. .
All docs
V21.2

ExpandedClusterSpiralLayout.GetLocation(MapItem, Int32) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public override 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