バージョン

OnContactStarted メソッド

接触しはじめた場所があるときに呼び出されます。
シンタックス
'宣言
 
Protected Friend Sub OnContactStarted( _
   ByVal pt As Point, _
   ByVal isFinger As Boolean _
) 
protected internal void OnContactStarted( 
   Point pt,
   bool isFinger
)

パラメータ

pt
接触の位置。
isFinger
true に設定すると、タッチ ポインターが使用されます。
参照