This document is archived and information here might be outdated. Recommended version. |
Unloads a dynamic glyph group, and any corresponding resources.
[Visual Basic .NET] Public Sub UnloadDynamicGlyphsGroup ( _ ByVal groupId As Integer _ )
[C#] public void UnloadDynamicGlyphsGroup ( int groupId );
[C++]
HRESULT UnloadDynamicGlyphsGroup(
long groupId
);
[C++]
Parameters groupId [in]
groupId is a parameter of type long
When the Dynamic Glyphs Group is no longer needed, it is important to call this method in order to release the Group�s resources.
Unused Dynamic Glyph Groups that are not unloaded might result in memory leaks on the graphic card memory.