VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / WpfAnnotationVisualTool Class / FindInteractiveObject(Point) Method
Syntax Requirements SeeAlso
In This Topic
    FindInteractiveObject(Point) Method (WpfAnnotationVisualTool)
    In This Topic
    Finds an interactive object at specified point on image viewer.
    Syntax
    'Declaration
    
    Protected Overrides Function FindInteractiveObject( _
    ByVal viewerPoint
    Point in viewer space.
    As System.Windows.Point _
    ) As Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.IWpfInteractiveObject
    protected override Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.IWpfInteractiveObject FindInteractiveObject(
    System.Windows.Point viewerPoint
    )
    protected: Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.IWpfInteractiveObject* FindInteractiveObject(
    System.Windows.Point viewerPoint
    ); override
    protected:
    Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.IWpfInteractiveObject^ FindInteractiveObject(
    System.Windows.Point viewerPoint
    ); override

    Parameters

    viewerPoint
    Point in viewer space.

    Return Value

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

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

    See Also