'Declaration Protected Overloads Overrides Function FindInteractiveObjects( _
ByVal xThe X coordinate of point.As Single, _
ByVal yThe Y coordinate of point.As Single, _
ByVal ignoreContainmentCheckDistanceA value indicating whether 'ContainmentCheckDistance' property must be ignored.As Boolean _
) As Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractiveObject[]
protected override Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractiveObject[] FindInteractiveObjects(
float x,
float y,
bool ignoreContainmentCheckDistance
)
protected: Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractiveObject*[] FindInteractiveObjects(
float x,
float y,
bool ignoreContainmentCheckDistance
); override
protected:
Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractiveObject^[] FindInteractiveObjects(
float x,
float y,
bool ignoreContainmentCheckDistance
); override
Parameters
- x
- The X coordinate of point.
- y
- The Y coordinate of point.
- ignoreContainmentCheckDistance
- A value indicating whether 'ContainmentCheckDistance' property must be ignored.
Return Value
An interactive object if object is found; otherwise, null.