![]() |
struct PMRect { double top; double left; double right; double bottom; }
top
- The vertical coordinate for the upper-left point of the rectangle.
left
- The horizontal coordinate for the upper-left point of the rectangle.
right
- The horizontal coordinate for the lower-right point of the rectangle.
bottom
- The vertical coordinate for the lower-right point of the rectangle.