C# Class CCT.NUI.TestDataCollector.DisplayControl

DisplayControl
Inheritance: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Properties

Property Type Description
ImageSourceProperty System.Windows.DependencyProperty
LayersProperty System.Windows.DependencyProperty
MouseLocationProperty System.Windows.DependencyProperty

Public Methods

Method Description
ClearImage ( ) : void
DisplayControl ( ) : System

Private Methods

Method Description
AddEvent ( DependencyProperty property, EventHandler eventHandler ) : void
ImageSourcePropertyChanged ( object sender, EventArgs args ) : void
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
imageSource_NewDataAvailable ( ImageSource data ) : void
videoControl_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

ClearImage() public method

public ClearImage ( ) : void
return void

DisplayControl() public method

public DisplayControl ( ) : System
return System

Property Details

ImageSourceProperty public static property

public static DependencyProperty,System.Windows ImageSourceProperty
return System.Windows.DependencyProperty

LayersProperty public static property

public static DependencyProperty,System.Windows LayersProperty
return System.Windows.DependencyProperty

MouseLocationProperty public static property

public static DependencyProperty,System.Windows MouseLocationProperty
return System.Windows.DependencyProperty