Called by the framework when it needs to draw calculator's display.
Override this function in your own visual manager if you need to customize the appearance of calculator's display. The calculator display is the rectangular area where the result of calculation is displayed. It can also display an indicator of memory (M) function.
- Parameters
-
pDC | A pointer to a device context. |
rect | The display's bounding rectangle. |
strText | The text to be displayed. |
bMem | If TRUE, the memory function is activated. |
pCalculator | A pointer to calculator. |