LRasterPaint::Free
#include "Ltwrappr.h"
L_INT LRasterPaint::Free(L_VOID)
Frees the class object handle.
Returns
|
SUCCESS |
The function was successful. |
|
< 1 |
An error occurred. Refer to Return Codes |
Comments
This function should be called when a class object handle is no longer needed by an application.
Required DLLs and Libraries
|
LTPNT For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
|
Functions: |
LRasterPaint::IsValid, LRasterPaint::Initialize, Class Members |
|
Topics: |
Example
For an example, refer to LRasterPaint::SetProperty.