#include <psRegion.h>
Struct for specifying a rectangular area in an image.
Definition at line 22 of file psRegion.h.
Data Fields | |
| float | x0 |
| the first column of the region. | |
| float | x1 |
| the last column of the region. | |
| float | y0 |
| the first row of the region. | |
| float | y1 |
| the last row of the region. | |
| float psRegion::x0 |
| float psRegion::x1 |
| float psRegion::y0 |
| float psRegion::y1 |
1.5.1