Visual Basic (Declaration) | |
---|---|
Public Overrides Sub ClusterGraphicsAsync( _ ByVal graphics As IEnumerable(Of Graphic), _ ByVal resolution As Double _ ) |
C# | |
---|---|
public override void ClusterGraphicsAsync( IEnumerable<Graphic> graphics, double resolution ) |
Parameters
- graphics
- The collection of graphics to cluster.
- resolution
- The resolution used to determine how much to cluster.
The clustering algorithm is expected to run on a separate cancellable thread to prevent blocking the UI. On completion, raise ClusteringCompleted by invoking OnClusteringCompleted. The event should not be raised if clustering was cancelled.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family