TouchDevice.ReportDown 方法

定義

報告已在項目上按下觸控。

protected:
 bool ReportDown();
protected bool ReportDown ();
member this.ReportDown : unit -> bool
Protected Function ReportDown () As Boolean

傳回

如果 TouchDown 事件已處理則為 true,否則為 false

備註

繼承自 TouchDevice 的類別應該呼叫這個方法來引發 TouchDown 事件。 事件 TouchEnter 會在事件之前 TouchDown 引發。

適用於

另請參閱