VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools Namespace / AnnotationVisualTool Class / FindAnnotationView(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    FindAnnotationView(Int32,Int32) Method (AnnotationVisualTool)
    In This Topic
    Finds an annotation view at specified point, in the image viewer space.
    Syntax
    'Declaration
    
    Public Function FindAnnotationView( _
    ByVal x
    The X coordinate of point, in the image viewer space.
    As System.Int32, _
    ByVal y
    The Y coordinate of point, in the image viewer space.
    As System.Int32 _
    ) As Vintasoft.Imaging.Annotation.UI.AnnotationView
    public Vintasoft.Imaging.Annotation.UI.AnnotationView FindAnnotationView(
    System.Int32 x,
    System.Int32 y
    )
    public: Vintasoft.Imaging.Annotation.UI.AnnotationView* FindAnnotationView(
    System.Int32 x,
    System.Int32 y
    )
    public:
    Vintasoft.Imaging.Annotation.UI.AnnotationView^ FindAnnotationView(
    System.Int32 x,
    System.Int32 y
    )

    Parameters

    x
    The X coordinate of point, in the image viewer space.
    y
    The Y coordinate of point, in the image viewer space.

    Return Value

    The annotation view at specified point.
    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