SECTNView::OnDraw
voidSECTNView::OnDraw(CDC*pDC)
Pure virtual function. As with CView, override to perform your drawing. OnDraw will be called with an SECTNDC during thumbnail creation. You can call IsThumbNailing in your OnDraw to perform customized thumbnail creation.
Defined in: SECTNVW.H
Return Value
void
Parameters
pDC
Device Context used.
See Also