'Declaration Protected Overridable Function AnnotationViewIntersectsWithSelectionRect( _
ByVal viewВид PDF аннотации.As PdfAnnotationView, _
ByVal selectionRectПрямоугольник выделения в пространстве PDF страницы.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
- Вид PDF аннотации.
- selectionRect
- Прямоугольник выделения в пространстве PDF страницы.
Return Value
True, если вид аннотации пересекается с прямоугольником выделения; в противном случае, false.