#include <psImage.h>
Struct for specifying a rectangular area in an image.
Definition at line 89 of file psImage.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. | |
|
|
the first column of the region.
|
|
|
the last column of the region.
|
|
|
the first row of the region.
|
|
|
the last row of the region.
|
1.4.2