#include "ltwrappr.h"
LColor::LColor();
Constructs a LColor object.
None.
This is the constructor for the LColor class.
Required DLLs and Libraries
LTCLR For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Functions: |
|
Topics: |
|
|
This example will call the constructor and destructor of LColor class
L_INT LColor_LColorExample()
{
LColor LColorObj;
//.....
//...
//.
return SUCCESS;
}