Draw_DC_Polygon

Functions

void

HIC_Draw_DC_Polygon

Detailed Description

group Draw_DC_Polygon

Function Documentation

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

This function draws a filled polygon with edge.

See also

HIC_Insert_Polygon, HIC_Draw_3D_Polygon

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.