CCT.NUI.Touch.KinectTouchDevice.KinectTouchDevice C# (CSharp) Method

KinectTouchDevice() public method

public KinectTouchDevice ( int id, System.Windows.PresentationSource source ) : System
id int
source System.Windows.PresentationSource
return System
        public KinectTouchDevice(int id, PresentationSource source)
            : base(id)
        {
            this.Position = new Point();
            this.TouchState = TouchState.Up;
            this.SetActiveSource(source);
        }