Function Index Class Index

Draw_DC_Polygon

Functions

HC_EXTERNAL HIC_API void HIC_Draw_DC_Polygon (HIC_Rendition const *nr, int count, HIC_DC_Point const points[])
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API void HIC_Draw_DC_Polygon ( HIC_Rendition const *  nr,
int  count,
HIC_DC_Point const  points[] 
)
Parameters
nrA pointer to a const HIC_Rendition.
countAn int, one greater than the number of polygon vertices.
pointsA pointer to a const HIC_DC_Point.

This function draws a filled polygon with edge.

See Also
HIC_Insert_Polygon, HIC_Draw_3D_Polygon