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