ManipulationProcessor2D.CompleteManipulation(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
強制完成目前的操作並引發 Completed 事件。
public:
void CompleteManipulation(long timestamp);
public void CompleteManipulation (long timestamp);
member this.CompleteManipulation : int64 -> unit
Public Sub CompleteManipulation (timestamp As Long)
參數
- timestamp
- Int64
完成操作的時間戳記 (以 100 奈秒為計時單位)。
例外狀況
時間戳記小於目前操作的前一個時間戳記。