PMRect
A data structure that describes a rectangle using four double-precision coordinates.
Declaration
struct PMRect {
double top;
double left;
double bottom;
double right;
};A data structure that describes a rectangle using four double-precision coordinates.
struct PMRect {
double top;
double left;
double bottom;
double right;
};