touchgfx::Circle::getPrecision() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Circle::getPrecision() const

touchgfx::Circle::getPrecision() const method

@fn int Circle::getPrecision() const; Gets the precision of the circle drawing function. Gets the precision of the circle drawing function. The precision is the number of degrees used as step counter when drawing smaller line fragments around the circumference of the circle, the default being being 5. @see setPrecision

Syntax

int getPrecision() const;

Return value

The precision.

References

LocationText
Circle.hpp:453
int getPrecision() const;