Functions | |
HC_EXTERNAL HIC_API bool | HIC_Can_Snapshot (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API bool | HIC_Snapshot (HIC_Rendition const *nr, int width, int height, unsigned char *data) |
HC_EXTERNAL HIC_API bool HIC_Can_Snapshot | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
HC_EXTERNAL HIC_API bool HIC_Snapshot | ( | HIC_Rendition const * | nr, | |
int | width, | |||
int | height, | |||
unsigned char * | data | |||
) |
nr | A pointer to a const HIC_Rendition. | |
width | An int. | |
height | An int. | |
data | A pointer to an unsigned char. |