'Declaration Protected Overridable Function AnnotationViewIntersectsWithSelectionRect( _
ByVal viewThe PDF annotation view.As WpfPdfAnnotationView, _
ByVal selectionRectThe selection rectangle in PDF page space.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
- The PDF annotation view.
- selectionRect
- The selection rectangle in PDF page space.
Return Value
True if annotation view intersects with selection rect; otherwise, false.