Platform Package reference: Function EwFreeBitmap()

Description of the function EwFreeBitmap() available in all Platform Packages for C compatible target systems. This function is intended to be used when integrating the Embedded Wizard created GUI application with the underlying graphics subsystem, graphics hardware or other external GUI applications coexisting on the same system.

Declaration

void EwFreeBitmap( XBitmap* aBitmap )

Parameters

aBitmap

Bitmap to free.

Discussion

The function EwFreeBitmap() frees all resources occupied by the given bitmap. Bitmaps are created by using the function EwCreateBitmap().