'宣言 Public Function InputHitTest( _ ByVal point As System.Windows.Point _ ) As System.Windows.IInputElement
'使用法 Dim instance As C1FlexViewerPane Dim point As System.Windows.Point Dim value As System.Windows.IInputElement value = instance.InputHitTest(point)
public System.Windows.IInputElement InputHitTest( System.Windows.Point point )
パラメータ
- point