COleControl::DrawContent
调用由结构,并根据需要更新控件的外观。
void DrawContent(
CDC* pDC,
CRect& rc
);
参数
pDC
与设备上下文的指针。rc
要绘制的矩形区域。
备注
此功能直接调用可重写的 OnDraw 功能。
要求
Header: afxctl.h
调用由结构,并根据需要更新控件的外观。
void DrawContent(
CDC* pDC,
CRect& rc
);
pDC
与设备上下文的指针。
rc
要绘制的矩形区域。
此功能直接调用可重写的 OnDraw 功能。
Header: afxctl.h