touchgfx::Outline::renderLine() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Outline::renderLine()

touchgfx::Outline::renderLine() method

@fn void Outline::renderLine(int x1, int y1, int x2, int y2); Render the line. Render the line. This is the general case which handles all cases regardless of the position of the from coordinate and the to coordinate.

Syntax

void renderLine(int x1,     int y1,     int x2,     int y2);

Arguments

x1

The from x coordinate in poly format.

y1

The from y coordinate in poly format.

x2

The to x coordinate in poly format.

y2

The to y coordinate in poly format.

References

LocationText
Outline.hpp:218
void renderLine(int x1, int y1, int x2, int y2);