TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Drawable::setPosition() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Drawable::setPosition()

touchgfx::Drawable::setPosition() method

@fn virtual void Drawable::setPosition(int16_t x, int16_t y, int16_t width, int16_t height) Sets the size and position of this Drawable. Sets the size and position of this Drawable, relative to its parent.

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.

Notes

Changing this does not automatically yield a redraw.

Examples

touchgfx::Drawable::setPosition() is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
Drawable.hpp:249
virtual void setPosition(int16_t x, int16_t y, int16_t width, int16_t height)
ZoomAnimationImage.hpp:230touchgfx::ZoomAnimationImage::setPosition()touchgfx::ZoomAnimationImage
virtual void setPosition(int16_t x, int16_t y, int16_t width, int16_t height);

Call Tree

Functions called by touchgfx::Drawable::setPosition()
touchgfx::Drawable::setPosition()
Overridden methods
touchgfx::Drawable::setPosition()