PdfRect.fromLTRB constructor

  1. @Deprecated('Use PdfRect.fromLBRT instead')
PdfRect.fromLTRB(
  1. double left,
  2. double bottom,
  3. double right,
  4. double top,
)

Creates a rectangle from left, bottom, right, top (deprecated).

Implementation

@Deprecated('Use PdfRect.fromLBRT instead')
factory PdfRect.fromLTRB(
    double left, double bottom, double right, double top) = PdfRect.fromLBRT;