Share via


GestureRecognizer.ProcessDownEvent(PointerPoint) 方法

定義

處理指標輸入,並引發適用於 GestureSettings 屬性所指定手勢和操作的指標向下動作的 GestureRecognizer 事件。

public:
 virtual void ProcessDownEvent(PointerPoint ^ value) = ProcessDownEvent;
void ProcessDownEvent(PointerPoint const& value);
public void ProcessDownEvent(PointerPoint value);
function processDownEvent(value)
Public Sub ProcessDownEvent (value As PointerPoint)

參數

value
PointerPoint

輸入點。

適用於

另請參閱