BCGSuite for MFC
virtual void CBCGPGraphicsManager::DrawLines ( const CBCGPPointsArray &  arPoints,
const CBCGPBrush &  brush,
double  lineWidth = 1.,
const CBCGPStrokeStyle *  pStrokeStyle = NULL 
)
pure virtual

Draws lines at once.

Parameters
arPointsArray of points with screen coordinates.
brushThe brush used to paint the line.
lineWidthSpecifies the width of the line.
pStrokeStyleThe stroke style. NULL - solid line.