TreeView for WinForms
HitTestDelegate デリゲート

C1.Win.6 アセンブリ > C1.Win.Touch 名前空間 : HitTestDelegate デリゲート
タッチ位置をヒットテストするデリゲートを表します。
シンタックス
'宣言
 
Public Delegate Function HitTestDelegate( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As ITouchDestination
public delegate ITouchDestination HitTestDelegate( 
   System.int x,
   System.int y
)

パラメータ

x
y
参照

HitTestDelegate メンバ
C1.Win.Touch 名前空間