ConnectorAccessibleObject.HitTest(Int32, Int32) 메서드

정의

지정된 화면 좌표에서 자식 개체를 검색합니다.

public:
 override System::Windows::Forms::AccessibleObject ^ HitTest(int x, int y);
public override System.Windows.Forms.AccessibleObject HitTest(int x, int y);
override this.HitTest : int * int -> System.Windows.Forms.AccessibleObject
Public Overrides Function HitTest (x As Integer, y As Integer) As AccessibleObject

매개 변수

x
Int32

가로 화면 좌표입니다.

y
Int32

세로 화면 좌표입니다.

반품

ConnectorAccessibleObject 지정된 화면 좌표에 있는 자식 개체입니다. 개체 자체가 지정된 위치에 있는 경우 이 메서드는 호출 개체를 반환합니다. 테스트된 위치에 개체가 없으면 null 참조(Visual Basic Nothing)를 반환합니다.

적용 대상