BB FlashBack SDK: The FBGDIBitmap Class

FreeResources

Description

Frees the Win32 bitmap object and device context created by the call to FBGDIBitmap::Create.

Note: not required in .NET environment. The resources will be freed by normal garbage collection.

Syntax

[C#/C++]
public void FreeResources();

[VB.NET]
Public Sub FreeResources()

See also

FBGDIBitmap::Create