Constructs and initializes the member variables of the LImageViewerCell object.
#include "ltwrappr.h"
LImageViewerCell::LImageViewerCell();
None.
This is the constructor for the LImageViewerCell class.
L_INT MyLImageViewer_LImageViewerExample()
{
// this will call the default constructor and destructor when it is out of scope
LImageViewer LeadImageViewer ;
//...
return SUCCESS;
}