Functions | |
void | Draw_DC_Line (HT_Rendition *nr, HT_DC_Point *points) |
|
Draws a line segment, specified in device coordinates.
DETAILSThis is the standard default method for the "draw dc lines" callback point.It is a special case of HIC_Draw_DC_Polyline() , subject to the same attributes. NOTESThe "draw dc lines" method is called only from the "draw dc colorized lines" method. The latter method sets the line color attribute in the rendition nr to its own color argument, then passes nr to "draw dc lines".RESTRICTIONS
|