HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


Draw_DC_Polyline


Functions

void Draw_DC_Polyline (HT_Rendition *nr, int count, HT_DC_Point *points)

Function Documentation

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.

Parameters:
nr - Rendition. Passed by reference.
count - Number of vertices in polyline.
points - Array of count vertices. Passed by reference.

DETAILS

This 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".

NOTES

RESTRICTIONS

See also:
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>