Constructor & Destructor Documentation
| imageArea::imageArea |
( |
int |
llx, |
|
|
int |
lly, |
|
|
int |
urx, |
|
|
int |
ury, |
|
|
int |
width = -1, |
|
|
int |
height = -1 |
|
) |
| |
|
inline |
This is a class to define the area of an image/surface to operate on in a rendering pass.
- Parameters
-
| llx | |
| lly | |
| urx | |
| ury | |
| width | |
| height | |
References m_height, m_width, urx(), and ury().
| imageArea::~imageArea |
( |
| ) |
|
|
inline |
Member Function Documentation
Set and get the lower left coordinates.
- Parameters
-
- Returns
- int
References m_llx.
- Parameters
-
References m_llx.
- Parameters
-
- Returns
- int
References m_lly.
- Parameters
-
References m_lly.
Set and get the upper right coordinates.
- Parameters
-
- Returns
- int
References m_urx.
Referenced by imageArea().
- Parameters
-
References m_urx.
- Parameters
-
References m_ury.
| int imageArea::width |
( |
void |
| ) |
const |
|
inline |
Set and get the width and height of the area.
- Parameters
-
- Returns
- int
References m_width.
Referenced by setSize().
| void imageArea::width |
( |
int |
newwidth | ) |
|
|
inline |
| int imageArea::height |
( |
void |
| ) |
const |
|
inline |
| void imageArea::height |
( |
int |
newheight | ) |
|
|
inline |
| void imageArea::setSubWindow |
( |
int |
subWidth, |
|
|
int |
subHeight |
|
) |
| |
|
inline |
| void imageArea::setSize |
( |
int |
subWidth, |
|
|
int |
subHeight, |
|
|
int |
width = -1, |
|
|
int |
height = -1 |
|
) |
| |
|
inline |
Member Data Documentation
The documentation for this class was generated from the following file: