CCT.NUI.Visual.WpfVideoControl.WpfVideoControl C# (CSharp) Method

WpfVideoControl() public method

public WpfVideoControl ( ) : System
return System
        public WpfVideoControl()
        {
            InitializeComponent();
            this.AddEvent(WpfVideoControl.ImageProperty, this.ImagePropertyChanged);
            this.AddEvent(WpfVideoControl.LayersProperty, this.LayersPropertyChanged);
        }