C# Class CCT.NUI.Visual.WpfVideoControl

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

Public Properties

Property Type Description
ImageProperty System.Windows.DependencyProperty
LayersProperty System.Windows.DependencyProperty
StretchProperty System.Windows.DependencyProperty

Public Methods

Method Description
ClearImage ( ) : void
ShowImageSource ( ImageSource source ) : void
WpfVideoControl ( ) : System

Private Methods

Method Description
AddEvent ( DependencyProperty property, EventHandler eventHandler ) : void
ImagePropertyChanged ( object sender, EventArgs args ) : void
InitializeComponent ( ) : void
LayersPropertyChanged ( object sender, EventArgs args ) : void
System ( int connectionId, object target ) : void

Method Details

ClearImage() public method

public ClearImage ( ) : void
return void

ShowImageSource() public method

public ShowImageSource ( ImageSource source ) : void
source ImageSource
return void

WpfVideoControl() public method

public WpfVideoControl ( ) : System
return System

Property Details

ImageProperty public static property

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

LayersProperty public static property

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

StretchProperty public static property

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