CCtrlView::OnDraw

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

See Also

Reference

CCtrlView Class

Hierarchy Chart