CCtrlView::OnDraw
Called by the framework to draw the contents of the CCtrlView object using the specified device context.
virtual void OnDraw(
CDC* pDC
);
Параметры
- pDC
A pointer to the device context in which the drawing occurs.
Заметки
OnDraw is typically called for screen display, passing a screen device context specified by pDC.
Требования
Header: afxwin.h