
Functions | |
| HC_EXTERNAL HIC_API void | HIC_Draw_DC_Colorized_Marker (HIC_Rendition const *nr, HIC_DC_Point const *point, HIC_RGBAS32 const *color) |
| HC_EXTERNAL HIC_API void | HIC_Draw_DC_Marker (HIC_Rendition const *nr, HIC_DC_Point const *point) |
| HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Marker | ( | HIC_Rendition const * | nr, |
| HIC_DC_Point const * | point, | ||
| HIC_RGBAS32 const * | color | ||
| ) |
| nr | A pointer to a const HIC_Rendition. |
| point | A pointer to a const HIC_DC_Point. |
| color | A pointer to a const HIC_RGBAS32. |
This function draws a marker using passed in color values instead of the rendition colors.
| HC_EXTERNAL HIC_API void HIC_Draw_DC_Marker | ( | HIC_Rendition const * | nr, |
| HIC_DC_Point const * | point | ||
| ) |
| nr | A pointer to a const HIC_Rendition. |
| point | A pointer to a const HIC_DC_Point. |
This function draws a marker, with position specified in device coordinates.