SECTNView::OnThumbNail
voidSECTNView::OnThumbNail(SECTNDC *pDC)
Override if you would like to manipulate the SECTNDC (e.g., change fonts, line size, etc.) before it is passed to SECTNView::OnDraw for thumbnail creation.
Defined in: SECTNVW.CPP
Return Value
void
Parameters
pDC
Pointer to the device context used in the SECTNView::OnDraw implementation.
See Also