#include "l_bitmap.h"
L_LTFIL_API L_INT L_FreeSvg(svgHandle)
Frees storage allocated for the specified SVG document.
Handle referencing the SVG document to be freed.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function should be called when the program no longer needs the SVG document data.
Required DLLs and Libraries
LTSVG
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Win32, x64, Linux.