touchgfx::TouchArea::draw() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TouchArea::draw() const

touchgfx::TouchArea::draw() const method

@fn virtual void TouchArea::draw(const Rect& invalidatedArea) const A TouchArea will not draw anything. A TouchArea will not draw anything.

Syntax

virtual void draw(const Rect& invalidatedArea) const;

Arguments

invalidatedArea

The region of the toucharea to draw. Ignored.

References

LocationText
TouchArea.hpp:57
virtual void draw(const Rect& invalidatedArea) const

Override Tree

Methods overriding this one
touchgfx::TouchArea::draw() const
all items filtered out