offset property
PdfPoint
get
offset
Returns the rectangle origin as a point.
Implementation
PdfPoint get offset => PdfPoint(left, bottom);
Returns the rectangle origin as a point.
PdfPoint get offset => PdfPoint(left, bottom);