|
HC_EXTERNAL HIC_API bool HIC_Snapshot |
( |
HIC_Rendition const * |
nr, |
|
|
int |
width, |
|
|
int |
height, |
|
|
unsigned char * |
data | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| width | An int. |
| height | An int. |
| data | A pointer to an unsigned char. |
- Returns:
- A boolean, true if snapshot was taken, otherwise false.
This function takes a snapshot whose dimensions are the passed in width and height parameters.
|