BCGControlBar Pro for MFC
virtual void CBCGPGraphicsManager::DrawLine ( const CBCGPPoint ptFrom,
const CBCGPPoint ptTo,
const CBCGPBrush brush,
double  lineWidth = 1.,
const CBCGPStrokeStyle pStrokeStyle = NULL 
)
pure virtual

Draws a line between the specified points using the specified stroke style.

Parameters
ptFromThe line start point.
ptToThe line end point.
brushThe brush used to paint the line.
lineWidthSpecifies the width of the line.
pStrokeStyleThe stroke style. NULL - solid line.