Frees the class object handle.
#include "Ltwrappr.h"
L_INT LRasterPaint::Free(L_VOID)
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes |
This function should be called when a class object handle is no longer needed by an application.
For an example, refer to LRasterPaint::SetProperty.