Functions | |
void | Draw_DC_Polyline (HT_Rendition *nr, int count, HT_DC_Point *points) |
|
Draws a polyline, specified in device coordinates, subject to the line color, pattern and weight attributes in the rendition nr.
DETAILSThis is the standard default method for the "draw dc polyline" callback point. It is also the standard default method for the "draw dc edges" callback point, after the line attributes in the rendition nr have been replaced by the edge attributes in the rendition passed to "draw dc edges". It is also the standard default method for "draw dc text strokes".NOTESRESTRICTIONS
|