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

touchgfx::Rasterizer::moveTo() method

@fn void Rasterizer::moveTo(int x, int y) Move to. Move to.

Syntax

void moveTo(int x,     int y);

Arguments

x

The x coordinate.

y

The y coordinate.

References

LocationText
Rasterizer.hpp:144
void moveTo(int x, int y)

Call Tree

Functions called by touchgfx::Rasterizer::moveTo()
touchgfx::Rasterizer::moveTo()
Data read by touchgfx::Rasterizer::moveTo()
touchgfx::Rasterizer::moveTo()