TouchGFX + 0/3 examples
CodeScope will show references to touchgfx::Canvas::render() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::Canvas::render() method

@fn bool Canvas::render(); Render the drawn shape. Render the graphical shape drawn (using moveTo() and lineTo()) using the widgets Painter. The shape is automatically closed, i.e. a lineTo() is automatically inserted connecting the current pen position with the initial pen position given in the previous moveTo() command.

Syntax

bool render();

Return value

true if the widget was rendered, false if insufficient memory was available to render the widget.

Examples

touchgfx::Canvas::render() is referenced by 3 libraries and example projects.

References

LocationText
Canvas.hpp:160
bool render();