Visual Basic (Declaration) | |
---|---|
Protected Overrides Function OnCreateGraphic( _ ByVal cluster As GraphicCollection, _ ByVal point As MapPoint, _ ByVal maxClusterCount As Integer _ ) As Graphic |
C# | |
---|---|
protected override Graphic OnCreateGraphic( GraphicCollection cluster, MapPoint point, int maxClusterCount ) |
Parameters
- cluster
- The graphics cluster.
- point
- The center of the graphic.
- maxClusterCount
- The size of the largest cluster in the collection.
Return Value
GraphicTarget Platforms:Windows Phone 7