#include "ltwrappr.h"
LColor::LColor();
Constructs a LColor object.
None.
This is the constructor for the LColor class.
Required DLLs and Libraries
This example will call the constructor and destructor of LColor class
L_INT LColor_LColorExample()
{
LColor LColorObj;
//.....
//...
//.
return SUCCESS;
}