Draw_DC_Ellipse

Functions

void

HIC_Draw_DC_Ellipse

void

HIC_Draw_DC_Elliptical_Arc

Detailed Description

group Draw_DC_Ellipse

Function Documentation

void HIC_Draw_DC_Ellipse(HIC_Rendition *nr, HIC_DC_Point *where, HIC_DC_Point *radius)

This function draws a filled ellipse.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • where – A pointer to a const HIC_DC_Point.

  • radius – A pointer to a const HIC_DC_Point.

void HIC_Draw_DC_Elliptical_Arc(HIC_Rendition *nr, HIC_DC_Point *where, HIC_DC_Point *radius, float start, float end)

This function draws an elliptical arc.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • where – A pointer to a const HIC_DC_Point.

  • radius – A pointer to a const HIC_DC_Point.

  • start – A float.

  • end – A float.