|
HC_EXTERNAL HIC_API void HIC_Draw_DC_Face |
( |
HIC_Rendition const * |
nr, |
|
|
int |
count, |
|
|
HIC_DC_Point const * |
points | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| count | An int, the number of points in the array of vertices which define a polygon. |
| points | A pointer to a const HIC_DC_Point. |
This function draws a face.
|