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

GetIntermediateTouchPoints() public method

public GetIntermediateTouchPoints ( IInputElement relativeTo ) : TouchPointCollection
relativeTo IInputElement
return TouchPointCollection
        public override TouchPointCollection GetIntermediateTouchPoints(IInputElement relativeTo)
        {
            return new TouchPointCollection();
        }