'宣言
Public Function InputHitTest( _ ByVal point As Point _ ) As IInputElement
public IInputElement InputHitTest( Point point )
パラメータ
- point
- The offset coordinates within this element.
戻り値の型
The element child that is located at the given position.
'宣言
Public Function InputHitTest( _ ByVal point As Point _ ) As IInputElement
public IInputElement InputHitTest( Point point )