topLeft property

PdfPoint get topLeft

Top-left point of the rectangle.

Implementation

PdfPoint get topLeft => PdfPoint(left, top);