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

touchgfx::ZoomAnimationImage::setPosition() method

@fn virtual void ZoomAnimationImage::setPosition(int16_t x, int16_t y, int16_t width, int16_t height); Sets the size and position of the image, relative to its parent. Sets the size and position of the image, relative to its parent. Chooses the optimal rendering method afterwards The image is automatically invalidated.

Syntax

virtual void setPosition(int16_t x,     int16_t y,     int16_t width,     int16_t height);

Arguments

x

The x coordinate of this Drawable.

y

The y coordinate of this Drawable.

width

The width of this Drawable.

height

The height of this Drawable.

References

LocationText
ZoomAnimationImage.hpp:230
virtual void setPosition(int16_t x, int16_t y, int16_t width, int16_t height);

Override Tree

Methods overriding this one
touchgfx::ZoomAnimationImage::setPosition()
all items filtered out