COleControl::OnDrawMetafile
使用指定的图元文件设备上下文,调用由框架绘制在指定的边框的OLE控件。
virtual void OnDrawMetafile(
CDC* pDC,
const CRect& rcBounds
);
参数
pDC
绘制发生的设备上下文。rcBounds
控件的矩形范围,包括边框。
备注
默认实现调用 OnDraw 功能。
要求
Header: afxctl.h
使用指定的图元文件设备上下文,调用由框架绘制在指定的边框的OLE控件。
virtual void OnDrawMetafile(
CDC* pDC,
const CRect& rcBounds
);
pDC
绘制发生的设备上下文。
rcBounds
控件的矩形范围,包括边框。
默认实现调用 OnDraw 功能。
Header: afxctl.h