'宣言 Public Delegate Function HitTestDelegate( _ ByVal x As Integer, _ ByVal y As Integer _ ) As ITouchDestination
public delegate ITouchDestination HitTestDelegate( int x, int y )
パラメータ
- x
- y
'宣言 Public Delegate Function HitTestDelegate( _ ByVal x As Integer, _ ByVal y As Integer _ ) As ITouchDestination
public delegate ITouchDestination HitTestDelegate( int x, int y )