Contents

PMRect

A data structure that describes a rectangle using four double-precision coordinates.

Declaration

struct PMRect {
   double top;
   double left;
   double bottom;
   double right;
};

Topics

Fields