Ribbon for WinForms
HitTestDelegate デリゲート

C1.Win.8 アセンブリ > C1.Win.Touch 名前空間 : HitTestDelegate デリゲート
Represents a delegate that hit-tests touch destinations.
シンタックス
'宣言
 
Public Delegate Function HitTestDelegate( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As ITouchDestination
public delegate ITouchDestination HitTestDelegate( 
   int x,
   int y
)

パラメータ

x
y
参照

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