VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / UserInteractionVisualTool Class / FindInteractiveObjects Methods / FindInteractiveObjects(Single,Single,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
FindInteractiveObjects(Single,Single,Boolean) Method (UserInteractionVisualTool)
In This Topic
Finds an interactive objects at specified point on image viewer.
Syntax
'Declaration

Protected Overloads Overridable Function FindInteractiveObjects( _
ByVal x
The X coordinate of point.
As Single, _
ByVal y
The Y coordinate of point.
As Single, _
ByVal ignoreContainmentCheckDistance
A value indicating whether 'ContainmentCheckDistance' property must be ignored.
As Boolean _
) As IInteractiveObject[]
protected virtual IInteractiveObject[] FindInteractiveObjects(
float x,
float y,
bool ignoreContainmentCheckDistance
)

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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also