Click or drag to resize

ClusterVisualization Constructor (Int32, Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new ClusterVisualization with a specified minimum cluster size.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ClusterVisualization(
	int minimumClusterWidth,
	int minimumClusterHeight
)

Parameters

minimumClusterWidth
Type: SystemInt32
The minimum width of the cluster, in pixels.
minimumClusterHeight
Type: SystemInt32
The minimum height of the cluster, in pixels.
See Also