'Declaration Function HitTest( _ ByVal x As System.Single, _ ByVal y As System.Single _ ) As HitTestInfo
HitTestInfo HitTest( System.float x, System.float y )
Parameters
- x
- The X pixel location relative to the top left corner of the page.
- y
- The Y pixel location relative to the top left corner of the page.
Return Value
HitTestInfo containing the hit test result.