Click or drag to resize

ClusterRendererGetClusterAt Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the cluster at the specified location.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Cluster GetClusterAt(
	IMap map,
	Point point
)

Parameters

map
Type: Telogis.GeoBaseIMap
The map clusters are placed on.
point
Type: System.DrawingPoint
A point within the map possibly contained within a cluster.

Return Value

Type: Cluster
A cluster containing the given point or null.
See Also