MobileForms Toolkit Documentation

BackBufferManager.Release Method 

Remove reference count to the manager.

public static void Release();

Remarks

Use this method in the Dispose of your custom control to remove reference count. If last reference is removed and CollectOnLastRelease is set to true, Collect is called to collect all back buffers and releases the memory.

See Also

BackBufferManager Class | Resco.Drawing Namespace