MuPDF.Rectangle
Rectangles.
type t = {
x0 : float;
y0 : float;
x1 : float;
y1 : float;
}
A rectangle.