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

Draws the outline of the specified ellipse using the specified stroke style.

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