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 沒有預設實作。 您可以在衍生類別中覆寫,以執行啟動觸控操作時所需的任何動作。

適用於

另請參閱