touchgfx::Bitmap::dynamicBitmapDelete() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Bitmap::dynamicBitmapDelete()

touchgfx::Bitmap::dynamicBitmapDelete() method

@fn static bool Bitmap::dynamicBitmapDelete(BitmapId id); Delete a dynamic bitmap. Delete a dynamic bitmap.

Syntax

static bool dynamicBitmapDelete(BitmapId id);

Arguments

id

The BitmapId of the dynamic bitmap.

Return value

true if it succeeds, false if it fails.

References

LocationText
Bitmap.hpp:417
static bool dynamicBitmapDelete(BitmapId id);