#include "l_bitmap.h"
L_LTSVG_API L_INT L_SvgFreeNode(node)
L_SvgNodeHandle node; |
SVG document handle |
Frees storage allocated for a specified SVG document.
Parameter |
Description |
| node | Handle referencing the SVG document to free. |
| SUCCESS | The function was successful. |
| < 1 | An error occurred. Refer to Return Codes. |
This function should be called when your 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.
| Functions: | L_SvgCreateDocument, L_LoadSvg, L_SvgLoadDocument |
| Topics: | Working with SVG |
For an example, refer to L_SvgLoadDocument.