Draw_DC_XXX_Marker
Functions
void |
|
void |
Detailed Description
- group Draw_DC_XXX_Marker
Function Documentation
-
void HIC_Draw_DC_Marker(HIC_Rendition const *nr, HIC_DC_Point const *point)
This function draws a marker, with position specified in device coordinates.
- Parameters:
nr – A pointer to a const HIC_Rendition.
point – A pointer to a const HIC_DC_Point.
-
void HIC_Draw_DC_Colorized_Marker(HIC_Rendition const *nr, HIC_DC_Point const *point, HIC_RGBAS32 const *color)
This function draws a marker using passed in color values instead of the rendition colors.
- 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.