#include <psRegion.h>
Struct for specifying a rectangular area in an image.
Definition at line 11 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. | |
|
|
the first column of the region.
Definition at line 13 of file psRegion.h. |
|
|
the last column of the region.
Definition at line 14 of file psRegion.h. |
|
|
the first row of the region.
Definition at line 15 of file psRegion.h. |
|
|
the last row of the region.
Definition at line 16 of file psRegion.h. |
1.4.4