Returns a translated point.
PdfPoint translate(double offsetX, double offsetY) => PdfPoint(x + offsetX, y + offsetY);