|
protectedvirtual |
Called by the framework when it needs to print the appointment.
This method called from CBCGPPlannerPrint object to draw the appointment on the printer DC.
pDC | Points to the device context to be used for rendering an image of the appointment |
clrPen | A COLORREF value that specifies the border and line colors. |
clrText | A COLORREF value that specifies the text color. |
szOnePoint | A reference to a CSize object that specifies size of one point in device units. |
nTimeDeltaInMinuts | An integer value that specifies the time delta in minutes (only for printers using the time bar). It should be specified only for BCGP_PLANNER_TYPE_DAY or BCGP_PLANNER_TYPE_WORK_WEEK appointment types. For other types this parameter must be 0. |