BCGControlBar Pro for MFC
virtual void CBCGPGraphicsManager::DrawLine ( double  x1,
double  y1,
double  x2,
double  y2,
const CBCGPBrush brush,
double  lineWidth = 1.,
const CBCGPStrokeStyle pStrokeStyle = NULL 
)
inlinevirtual

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

Parameters
x1The line start point X coordinate.
y1The line start point Y coordinate.
x2The line end point X coordinate.
y2The line end point Y coordinate.
brushThe brush used to paint the line.
lineWidthSpecifies the width of the line.
pStrokeStyleThe stroke style. NULL - solid line.