Exemplo n.º 1
0
 public BrushSelection(Uri icon, Uri iconSelected, KinectPaintbrush brush, string friendlyName)
 {
     Icon         = icon;
     IconSelected = iconSelected;
     Brush        = brush;
     FriendlyName = friendlyName;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="icon">URI of the icon representing the brush</param>
 /// <param name="iconSelected">URI of the icon representing the brush when it is selected</param>
 /// <param name="brush">The type of brush</param>
 /// <param name="friendlyName">The user-friendly name of the brush</param>
 public BrushSelection(Uri icon, Uri iconSelected, KinectPaintbrush brush, string friendlyName)
 {
     Icon = icon;
     IconSelected = iconSelected;
     Brush = brush;
     FriendlyName = friendlyName;
 }