Determine whether the rectangle contains the specified point (in the PDF page coordinates).
bool containsPoint(PdfPoint offset, {double margin = 0}) => containsXy(offset.x, offset.y, margin: margin);