|
HC_EXTERNAL HIC_API void HIC_Draw_DC_Polygon |
( |
HIC_Rendition const * |
nr, |
|
|
int |
count, |
|
|
HIC_DC_Point const * |
points | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| count | An int, one greater than the number of polygon vertices. |
| points | A pointer to a const HIC_DC_Point. |
This function draws a filled polygon with edge.
- See also:
- HIC_Insert_Polygon, HIC_Draw_3D_Polygon
|