pdfrx_web
    Preparing search index...

    Function pdfRectContainsXy

    • Whether (x, y) lies inside r, expanded by margin on every side.

      Parameters

      • r: PdfRect

        The rectangle to process.

      • x: number

        The horizontal coordinate.

      • y: number

        The vertical coordinate.

      • margin: number = 0

        The additional margin.

      Returns boolean

      Whether the documented condition is satisfied.