Beispiel #1
0
 /// <summary>
 /// UserColoringMode property changed handler.
 /// </summary>
 private void OnUserColoringModePropertyChanged(UserColoringMode newValue)
 {
     if (this.depthImageProcessor != null)
     {
         this.depthImageProcessor.UserColoringMode = newValue;
     }
 }
 /// <summary>
 /// UserColoringMode property changed handler.
 /// </summary>
 private void OnUserColoringModePropertyChanged(UserColoringMode newValue)
 {
     if (this.depthImageProcessor != null)
     {
         this.depthImageProcessor.UserColoringMode = newValue;
     }
 }