|
HC_EXTERNAL HIC_API void HIC_Create_Region |
( |
HIC_Rendition const * |
nr, |
|
|
HIC_Int_Rectangle const * |
area, |
|
|
void ** |
image_buffer, |
|
|
void ** |
z_buffer | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| area | A pointer to a const HIC_Int_Rectangle. |
| image_buffer | A pointer to a void pointer. |
| z_buffer | A pointer to a void pointer. |
This function creates a region.
|