Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Draw_DC_Ellipse

Functions

HC_EXTERNAL HIC_API void HIC_Draw_DC_Ellipse (HIC_Rendition const *nr, HIC_DC_Point const *where, HIC_DC_Point const *radius)
 
HC_EXTERNAL HIC_API void HIC_Draw_DC_Elliptical_Arc (HIC_Rendition const *nr, HIC_DC_Point const *where, HIC_DC_Point const *radius, float start, float end)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API void HIC_Draw_DC_Ellipse ( HIC_Rendition const *  nr,
HIC_DC_Point const *  where,
HIC_DC_Point const *  radius 
)
Parameters
nrA pointer to a const HIC_Rendition.
whereA pointer to a const HIC_DC_Point.
radiusA pointer to a const HIC_DC_Point.

This function draws a filled ellipse.

HC_EXTERNAL HIC_API void HIC_Draw_DC_Elliptical_Arc ( HIC_Rendition const *  nr,
HIC_DC_Point const *  where,
HIC_DC_Point const *  radius,
float  start,
float  end 
)
Parameters
nrA pointer to a const HIC_Rendition.
whereA pointer to a const HIC_DC_Point.
radiusA pointer to a const HIC_DC_Point.
startA float.
endA float.

This function draws an elliptical arc.