SECTNView::GetThumbNailBitmap
SECTNBitmap *SECTNView::GetThumbNailBitmap(void)
Called by SECTNDocument::Serialize to get the thumbnail image which is prepended to the serialized application-specific information. Override to change the order of SECTNView member functions that get called and substantially change the thumbnailing logic.
Defined in: SECTNVW.CPP
Return Value
Returns a pointer to the thumbnail image that is written out during SECTNDocument serialization.
See Also