VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfUserInteractionVisualTool Class / FindInteractiveObjects Methods / FindInteractiveObjects(Point,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    FindInteractiveObjects(Point,Boolean) Method (WpfUserInteractionVisualTool)
    In This Topic
    Finds an interactive objects at specified point on image viewer.
    Syntax
    'Declaration
    
    Protected Overloads Overridable Function FindInteractiveObjects( _
    ByVal viewerPoint
    Point in viewer space.
    As System.Windows.Point, _
    ByVal ignoreContainmentCheckDistance
    A value indicating whether the point must be checked on the object only (ignore the "containment" region around object that is used for object selection).
    As Boolean _
    ) As IWpfInteractiveObject[]
    protected virtual IWpfInteractiveObject[] FindInteractiveObjects(
    System.Windows.Point viewerPoint,
    bool ignoreContainmentCheckDistance
    )
    protected: virtual IWpfInteractiveObject*[] FindInteractiveObjects(
    System.Windows.Point viewerPoint,
    bool ignoreContainmentCheckDistance
    )
    protected:
    virtual IWpfInteractiveObject^[] FindInteractiveObjects(
    System.Windows.Point viewerPoint,
    bool ignoreContainmentCheckDistance
    )

    Parameters

    viewerPoint
    Point in viewer space.
    ignoreContainmentCheckDistance
    A value indicating whether the point must be checked on the object only (ignore the "containment" region around object that is used for object selection).

    Return Value

    An interactive object if object is found; otherwise, null.
    Requirements

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

    See Also