| void CBCGPStepProgressBarRenderer::DoDraw | ( | CDC * | pDC, |
| CRect | rect, | ||
| CFont * | pFont, | ||
| COLORREF | clrText, | ||
| BOOL | bVisualManagerTheme, | ||
| BOOL | bDrawOnGlass = FALSE |
||
| ) |
Draw the step progress bar on the given device content.
| pDC | A pointer to the device context. |
| rect | The control bounding rectangle. |
| pFont | The pointer to the font that will be used for the control drawing. |
| clrText | The foreground color. |
| bVisualManagerTheme | If this parameter is TRUE, the current visual theme will be used. |
| bDrawOnGlass | Specifies whether the drawing is performed on the DWM area. |