'Declaration Protected Overridable Function FindInteractiveObject( _
ByVal xThe X coordinate of point.As Single, _
ByVal yThe Y coordinate of point.As Single _
) As IInteractiveObject
protected virtual IInteractiveObject FindInteractiveObject(
float x,
float y
)
protected: virtual IInteractiveObject* FindInteractiveObject(
float x,
float y
)
protected:
virtual IInteractiveObject^ FindInteractiveObject(
float x,
float y
)
Parameters
- x
- The X coordinate of point.
- y
- The Y coordinate of point.
Return Value
An interactive object if object is found; otherwise, null.