BCGControlBar Pro for MFC
virtual void CBCGPGraphicsManager::DrawRectangle ( const CBCGPRect &  rect,
const CBCGPBrush &  brush,
double  lineWidth = 1.,
const CBCGPStrokeStyle *  pStrokeStyle = NULL 
)
pure virtual

Draws the outline of a rectangle that has the specified dimensions and stroke style.

Parameters
rectThe rectangle.
brushThe brush used to paint the rectangle.
lineWidthSpecifies the width of the line.
pStrokeStyleThe stroke style. NULL - solid line.