VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / AnnotationViewIntersectsWithSelectionRect(PdfAnnotationView,RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
    AnnotationViewIntersectsWithSelectionRect(PdfAnnotationView,RectangleF) Method (PdfAnnotationTool)
    In This Topic
    Returns a value indicating whether PDF annotation intersects with the selection rectangle.
    Syntax
    'Declaration
    
    Protected Overridable Function AnnotationViewIntersectsWithSelectionRect( _
    ByVal view
    The PDF annotation view.
    As PdfAnnotationView, _
    ByVal selectionRect
    The selection rectangle in PDF page space.
    As System.Drawing.RectangleF _
    ) As Boolean
    protected virtual bool AnnotationViewIntersectsWithSelectionRect(
    PdfAnnotationView view,
    System.Drawing.RectangleF selectionRect
    )
    protected: virtual bool AnnotationViewIntersectsWithSelectionRect(
    PdfAnnotationView* view,
    System.Drawing.RectangleF* selectionRect
    )
    protected:
    virtual bool AnnotationViewIntersectsWithSelectionRect(
    PdfAnnotationView^ view,
    System.Drawing.RectangleF^ selectionRect
    )

    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also