SuperMap.WindowsPhone.Clustering.ScatterClusterer.OnEnableRotationChanged C# (CSharp) Method

OnEnableRotationChanged() private static method

private static OnEnableRotationChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void
        private static void OnEnableRotationChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ScatterClusterer clusterer = d as ScatterClusterer;
            clusterer.RefreshRotation();
        }