GestureRecognizer.ProcessDownEvent(PointerPoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理指標輸入,並引發適用於 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
輸入點。