'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.