GestureRecognizer.ProcessMoveEvents(IVector<PointerPoint>) 方法

定义

处理指针输入,并引发适用于由 GestureSettings 属性指定的手势和操作的指针移动操作的 GestureRecognizer 事件。

public:
 virtual void ProcessMoveEvents(IVector<PointerPoint ^> ^ value) = ProcessMoveEvents;
void ProcessMoveEvents(IVector<PointerPoint> const& value);
public void ProcessMoveEvents(IList<PointerPoint> value);
function processMoveEvents(value)
Public Sub ProcessMoveEvents (value As IList(Of PointerPoint))

参数

value

IVector<PointerPoint>

IList<PointerPoint>

基于 PointerId 的指针 位置历史记录。 如果没有可用的历史记录,则值是输入指针的当前位置。

适用于

另请参阅