touchgfx::Circle::setCircle() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Circle::setCircle() method

@fn void Circle::setCircle(const int16_t x, const int16_t y, const int16_t r) Sets the center and radius of the Circle. Sets the center and radius of the Circle.

Syntax

void setCircle(const int16_t x,     const int16_t y,     const int16_t r);

Arguments

x

The x coordinate of center.

y

The y coordinate of center.

r

The radius.

Notes

The area containing the Circle is not invalidated.

References

LocationText
Circle.hpp:69
void setCircle(const T x, const T y, const T r)
Circle.hpp:88
void setCircle(const int16_t x, const int16_t y, const int16_t r)

Data Use

Data read by touchgfx::Circle::setCircle()
touchgfx::Circle::setCircle()