BCGSuite for MFC
virtual void CBCGPGraphicsManager::DrawArc ( const CBCGPPoint ptFrom,
const CBCGPPoint ptTo,
const CBCGPSize  sizeRadius,
BOOL  bIsClockwise,
BOOL  bIsLargeArc,
const CBCGPBrush brush,
double  lineWidth = 1.,
const CBCGPStrokeStyle pStrokeStyle = NULL 
)
pure virtual

Draws an arc between the specified points using the specified stroke style.

Parameters
ptFromThe arc start point.
ptToThe line arcpoint.
sizeRadiusThe size radius.
bIsClockwiseTRUE if the arc has a clockwise direction.
bIsLargeArcTRUE if the arc is large (more than 180 degrees).
brushThe brush used to paint the arc.
lineWidthSpecifies the width of the line.
pStrokeStyleThe stroke style. NULL - solid line.