ClusterVisualization Constructor (Int32, Int32) | |
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
)
Public Sub New (
minimumClusterWidth As Integer,
minimumClusterHeight As Integer
)
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