VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationTool Class / AnnotationViewIntersectsWithSelectionRect(WpfPdfAnnotationView,Rect) Method
Syntax Requirements SeeAlso
    AnnotationViewIntersectsWithSelectionRect(WpfPdfAnnotationView,Rect) Method (WpfPdfAnnotationTool)
    Determines that PDF annotation intersects with the selection rectangle.
    Syntax
    'Declaration
    
    Protected Overridable Function AnnotationViewIntersectsWithSelectionRect( _
    ByVal view
    The PDF annotation view.
    As WpfPdfAnnotationView, _
    ByVal selectionRect
    The selection rectangle in PDF page space.
    As System.Windows.Rect _
    ) As Boolean
     

    Parameters

    view
    The PDF annotation view.
    selectionRect
    The selection rectangle in PDF page space.

    Return Value

    True if annotation view intersects with selection rect; otherwise, false.
    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