The LEADTOOLS C++ Class Library is a wrapper to the LEADTOOLS C API and provides only a subset of the features and functionality otherwise available in the LEADTOOLS C API. For more information about the full feature set of the LEADTOOLS C API, refer to LEADTOOLS C API Introduction.
Is this page helpful?
Destroys the class object and frees any allocated variables and memory associated with the object.
#include "ltwrappr.h"
L_VOID LRasterPaint::~LRasterPaint(L_VOID)
None
This is the destructor for the LRasterPaint class.
L_INT LRasterPaint_LRasterPaintDestructorExample()
{
// this will call the default constructor and destructor when it is out of scope
LRasterPaint clsraster;
return SUCCESS;
}