VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationTool Class / AnnotationViewIntersectsWithSelectionRect(WpfPdfAnnotationView,Rect) Method
Синтаксис Требования Смотрите также
В этом разделе
    AnnotationViewIntersectsWithSelectionRect(WpfPdfAnnotationView,Rect) Метод (WpfPdfAnnotationTool)
    В этом разделе
    Определяет, что аннотация PDF пересекается с прямоугольником выбора.
    Синтаксис
    'Declaration
    
    Protected Overridable Function AnnotationViewIntersectsWithSelectionRect( _
    ByVal view
    Просмотр аннотаций PDF.
    As WpfPdfAnnotationView, _
    ByVal selectionRect
    Прямоугольник выбора в пространстве PDF страницы.
    As System.Windows.Rect _
    ) As Boolean
    protected virtual bool AnnotationViewIntersectsWithSelectionRect(
    WpfPdfAnnotationView view,
    System.Windows.Rect selectionRect
    )
    protected: virtual bool AnnotationViewIntersectsWithSelectionRect(
    WpfPdfAnnotationView* view,
    System.Windows.Rect* selectionRect
    )
    protected:
    virtual bool AnnotationViewIntersectsWithSelectionRect(
    WpfPdfAnnotationView^ view,
    System.Windows.Rect^ selectionRect
    )

    Parameters

    view
    Просмотр аннотаций PDF.
    selectionRect
    Прямоугольник выбора в пространстве PDF страницы.

    Return Value

    True, если представление аннотации пересекается с прямоугольником выделения; в противном случае - false.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также