---
title: PMRect
framework: Application Services
role: pseudoSymbol
platforms: []
path: applicationservices/core_printing/pmrect
---

# PMRect

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

## Declaration

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

## Topics

### Fields

- [top](../pmrect/1461523-top.md)
- [left](../pmrect/1459041-left.md)
- [bottom](../pmrect/1458973-bottom.md)
- [right](../pmrect/1459337-right.md)
