touchgfx::Outline::lineTo() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Outline::lineTo() method

@fn void Outline::lineTo(int x, int y); Create a line from the current virtual pen coordinate to the given coordinate creating an Outline. Create a line from the current virtual pen coordinate to the given coordinate creating an Outline.

Syntax

void lineTo(int x,     int y);

Arguments

x

The x coordinate.

y

The y coordinate.

References

LocationReferrerScopeText
Outline.hpp:98
void lineTo(int x, int y);
Rasterizer.hpp:170touchgfx::Rasterizer::lineTo()touchgfx::Rasterizer
outline.lineTo(x, y);

Call Tree

Functions calling touchgfx::Outline::lineTo()
all items filtered out
touchgfx::Outline::lineTo()