[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: graphics.pp line 1335
public destructor TSharedCustomBitmap.Destroy; override; |
Destroy is theoverridden destructor for TSharedCustomBitmap.
Destroy frees the internal save stream for the class instance. It also calls FreeHandle and FreeImage to free the handle and the raw image data for the shared bitmap. Calls the inherited destructor prior to exiting from the method.
|
Frees the Handle and the Palette for the shared Bitmap. |
|
|
Frees raw image data for the shared bitmap and resets its image descriptor. |
|
|
Destructor for the class instance. |