'宣言 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
'宣言 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 )