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