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

touchgfx::Drawable::translateRectToAbsolute() const method

@fn virtual void Drawable::translateRectToAbsolute(Rect& r) const; Helper function for converting a specified subregion of this Drawable to absolute coordinates. Helper function for converting a specified subregion of this Drawable to absolute coordinates.

Syntax

virtual void translateRectToAbsolute(Rect& r) const;

Arguments

r

Examples

touchgfx::Drawable::translateRectToAbsolute() const is referenced by 1 libraries and example projects.

References

LocationText
Drawable.hpp:233
virtual void translateRectToAbsolute(Rect& r) const;