TouchDevice.OnManipulationStarted 方法

定義

當操控開始時會被召喚。

protected:
 virtual void OnManipulationStarted();
protected virtual void OnManipulationStarted();
abstract member OnManipulationStarted : unit -> unit
override this.OnManipulationStarted : unit -> unit
Protected Overridable Sub OnManipulationStarted ()

備註

OnManipulationStarted 方法沒有預設實作。 它可以在衍生類別中覆寫,以執行啟動觸控操作時所需的任何動作。

適用於

另請參閱