Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the framework to draw the contents of the CCtrlView object using the specified device context.
virtual void OnDraw(
CDC* pDC
);
Parameters
- pDC
A pointer to the device context in which the drawing occurs.
Remarks
OnDraw is typically called for screen display, passing a screen device context specified by pDC.
Requirements
Header: afxwin.h