C# Class SuperMap.WindowsPhone.Clustering.ClusterUtil

Show file Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
BuildClusterIDs ( StringBuilder clusterIDs, int i ) : string
BuildOutGrids ( string outGridStyle, string margin, double angle, string id, StringBuilder outGrids ) : void

Private Methods

Method Description
InterpolateColor ( double value, int max, System.Windows.Media.LinearGradientBrush brush ) : System.Windows.Media.Brush

Method Details

BuildClusterIDs() public static method

public static BuildClusterIDs ( StringBuilder clusterIDs, int i ) : string
clusterIDs StringBuilder
i int
return string

BuildOutGrids() public static method

public static BuildOutGrids ( string outGridStyle, string margin, double angle, string id, StringBuilder outGrids ) : void
outGridStyle string
margin string
angle double
id string
outGrids StringBuilder
return void