C# 클래스 SuperMap.WindowsPhone.Clustering.ClusterUtil

파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8

공개 메소드들

메소드 설명
BuildClusterIDs ( StringBuilder clusterIDs, int i ) : string
BuildOutGrids ( string outGridStyle, string margin, double angle, string id, StringBuilder outGrids ) : void

비공개 메소드들

메소드 설명
InterpolateColor ( double value, int max, System.Windows.Media.LinearGradientBrush brush ) : System.Windows.Media.Brush

메소드 상세

BuildClusterIDs() 공개 정적인 메소드

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

BuildOutGrids() 공개 정적인 메소드

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