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

touchgfx::ScalableImage::setBitmap() method

@fn virtual void ScalableImage::setBitmap(const Bitmap& bmp); Sets the bitmap for the image. Sets the bitmap for the image.

Syntax

virtual void setBitmap(const Bitmap& bmp);

Arguments

bmp

The bitmap to be used by the widget.

References

LocationText
ScalableImage.hpp:89
virtual void setBitmap(const Bitmap& bmp);