touchgfx::Screen::draw() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Screen::draw() method

@fn void Screen::draw(); Tells the screen to draw its entire area. Tells the screen to draw its entire area.

Syntax

void draw();

Notes

The more specific draw(Rect&) version is preferred when possible.

References

LocationText
Screen.hpp:77
void draw();
Screen.hpp:114
virtual void draw(Rect& rect);