LBitmapBase::~LBitmapBase

#include "ltwrappr.h"

virtual L_VOID LBitmapBase::~LBitmapBase(void)

Destroys the class object and frees any allocated variables and memory associated with the object.

Returns

None

Comments

This is the destructor for the LBitmapBase class. It destroys the class object and frees any allocated variables and memory associated with the object.

Required DLLs and Libraries

LTDIS
LTFIL

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Elements:

LBitmapBase::LBitmapBase, Class Members

Example

// this will call the default constructor and destructor when it is out of scope
LBitmapBase MyBitmap;