TouchEventArgs.GetIntermediateTouchPoints(IInputElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回在最近触摸事件与上一个触摸事件之间收集到的所有触点。
public:
System::Windows::Input::TouchPointCollection ^ GetIntermediateTouchPoints(System::Windows::IInputElement ^ relativeTo);
public System.Windows.Input.TouchPointCollection GetIntermediateTouchPoints (System.Windows.IInputElement relativeTo);
member this.GetIntermediateTouchPoints : System.Windows.IInputElement -> System.Windows.Input.TouchPointCollection
Public Function GetIntermediateTouchPoints (relativeTo As IInputElement) As TouchPointCollection
参数
- relativeTo
- IInputElement
用于定义坐标空间的元素。
返回
在最近触摸事件与上一个触摸事件之间收集到的所有触点。