'Declaration
Function componentFromPoint( _
ByVal x As System.Integer, _
ByVal y As System.Integer _
) As System.String
System.string componentFromPoint(
System.int x,
System.int y
)
Parameters
x
y
Remarks
An original IDL definition of componentFromPoint method was the following: HRESULT componentFromPoint (long x, long y, [out, retval] BSTR* ReturnValue);