SECTNView::OnPrepareThumbNail

voidSECTNView::OnPrepareThumbNail(CSize *pSize)

Override if you would like to specify the size of the thumbnail bitmap. The default implementation of OnPrepareThumbNail uses the size of the client as the default which in most cases is too large for fast thumbnailing.

Defined in: SECTNVW.CPP

Return Value

void

Parameters

pSize

Pointer to a CSize object describing the bitmap size.

See Also

OnDraw

OnThumbNail

IsThumbNailing

SECTNView