CCT.NUI.Touch.KinectTouchDevice.GetIntermediateTouchPoints C# (CSharp) Метод

GetIntermediateTouchPoints() публичный Метод

public GetIntermediateTouchPoints ( IInputElement relativeTo ) : TouchPointCollection
relativeTo IInputElement
Результат TouchPointCollection
        public override TouchPointCollection GetIntermediateTouchPoints(IInputElement relativeTo)
        {
            return new TouchPointCollection();
        }