バージョン

GetGestureInfoHelper メソッド (UltraPanel)

Infragistics.Win.Touch.IGestureConsumer.GetGestureInfo(System.Drawing.Point) メソッドが呼び出されるときに呼び出されます。
シンタックス
'宣言
 
Protected Overridable Function GetGestureInfoHelper( _
   ByVal clientPos As Point _
) As Infragistics.Win.Touch.GestureInfo
protected virtual Infragistics.Win.Touch.GestureInfo GetGestureInfoHelper( 
   Point clientPos
)

パラメータ

clientPos
クライアントの位置。

戻り値の型

タップしたポイントの GestureInfo。
参照

参照

UltraPanel クラス
UltraPanel メンバ
Infragistics.Win.Touch.IGestureConsumer