Module MuPDF.Rectangle

Rectangles.

type t = {
  1. x0 : float;
  2. y0 : float;
  3. x1 : float;
  4. y1 : float;
}

A rectangle.