'宣言 Public Overloads Function HitTest( _ ByVal x As System.Integer, _ ByVal y As System.Integer _ ) As HitTestInfo
public HitTestInfo HitTest( System.int x, System.int y )
パラメータ
- x
 - The horizontal position of the client coordinate.
 - y
 - The vertical position of the client coordinate.
 
戻り値の型
A HitTestInfo object that contains information about the point.