VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / FindInteractiveObject(Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    FindInteractiveObject(Single,Single) Method (PdfAnnotationTool)
    In This Topic
    Finds an interactive object at the specified point on image viewer.
    Syntax
    'Declaration
    
    Protected Overrides Function FindInteractiveObject( _
    ByVal x
    The X coordinate of point.
    As Single, _
    ByVal y
    The Y coordinate of point.
    As Single _
    ) As Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractiveObject

    Parameters

    x
    The X coordinate of point.
    y
    The Y coordinate of point.

    Return Value

    An interactive object if object is found; otherwise, null.
    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