Draw_DC_XXX_Marker
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) |
Detailed Description
Function Documentation
◆ HIC_Draw_DC_Colorized_Marker()
HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Marker | ( | HIC_Rendition const * | nr, |
HIC_DC_Point const * | point, | ||
HIC_RGBAS32 const * | color | ||
) |
- Parameters
-
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.
◆ HIC_Draw_DC_Marker()
HC_EXTERNAL HIC_API void HIC_Draw_DC_Marker | ( | HIC_Rendition const * | nr, |
HIC_DC_Point const * | point | ||
) |
- Parameters
-
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.