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

touchgfx::ZoomAnimationImage::setDimension() method

@fn virtual void ZoomAnimationImage::setDimension(int16_t width, int16_t height); Sets the width and height of the image. Sets the width and height of the image. Chooses the optimal rendering method afterwards The image is automatically invalidated.

Syntax

virtual void setDimension(int16_t width,     int16_t height);

Arguments

width

The new width.

height

The new height.

References

LocationText
ZoomAnimationImage.hpp:267
virtual void setDimension(int16_t width, int16_t height);