'Declaration Protected Overloads Overridable Function FindInteractiveObjects( _
ByVal xThe X coordinate of point.As Single, _
ByVal yThe Y coordinate of point.As Single _
) As IInteractiveObject[]
protected virtual IInteractiveObject[] FindInteractiveObjects(
float x,
float y
)
protected: virtual IInteractiveObject*[] FindInteractiveObjects(
float x,
float y
)
protected:
virtual IInteractiveObject^[] FindInteractiveObjects(
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.