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

touchgfx::Outline::moveTo() method

@fn void Outline::moveTo(int x, int y); Move a virtual pen to the specified coordinate. Move a virtual pen to the specified coordinate.

Syntax

void moveTo(int x,     int y);

Arguments

x

The x coordinate.

y

The y coordinate.

References

LocationReferrerScopeText
Outline.hpp:84
void moveTo(int x, int y);
Rasterizer.hpp:150touchgfx::Rasterizer::moveTo()touchgfx::Rasterizer
outline.moveTo(x, y);

Call Tree

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