LImageViewer::PostPaintCallBack

#include "ltwrappr.h"

virtual L_INT LImageViewer::PostPaintCallBack(pCellInfo)

pDISPCONTAINERCELLINFO pCellInfo;

/* pointer to a cell information structure */

Callback function that, is called after painting the cell or sub-cell.

Parameter

Description

pCellInfo

Pointer to the DISPCONTAINERCELLINFO information structure to be updated with the cell information.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

In order to use this callback function, it must first be set by calling LImageViewer::EnablePostPaintCallBack function.

Required DLLs and Libraries

LTIVW

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LImageViewer::EnableLowMemoryUsageCallBack, LImageViewer::LowMemoryUsageCallBack, LImageViewer::RegionCallBack, LImageViewer::EnableRegionCallBack, LImageViewer::EnableMouseCallBack, LImageViewer::ActionCallBack, LImageViewer::TagCallBack, LImageViewer::EnableTagCallBack, LImageViewer::EnableAnnotationCallBack, LImageViewer::EnableAnnotationCreatedCallBack, LImageViewer::EnablePrePaintCallBack, LImageViewer::EnablePostPaintCallBack, LImageViewer::PrePaintCallBack, Class Members

Topics:

Image Viewer Cells

 

Image Viewer Functions: Callbacks

 

Image Viewer Functions: Image Viewer Cells

Example

For an example, refer to LImageViewer::FreezeSubCell.