touchgfx::Canvas::close() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Canvas::close() method

@fn void Canvas::close() Closes the path being drawn. Closes the path being drawn using moveTo and lineTo.

Syntax

void close();

References

LocationText
Canvas.hpp:217
void close();