TouchGFX + 0/3 examples
CodeScope will show references to touchgfx::Circle::setCapPrecision() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Circle::setCapPrecision()

touchgfx::Circle::setCapPrecision() method

@fn void Circle::setCapPrecision(const int precision); Sets the precision of the ends of the Circle arc. Sets a precision of the ends of the Circle arc. The precision is given in degrees where 180 is the default which results in a square ended arc (aka "butt cap"). 90 will draw "an arrow head" and smaller values gives a round cap. Larger values of precision results in faster rendering of the circle.

Syntax

void setCapPrecision(const int precision);

Arguments

precision

The new cap precision.

Notes

The circle is not invalidated.

Examples

touchgfx::Circle::setCapPrecision() is referenced by 3 libraries and example projects.

References

LocationText
Circle.hpp:469
void setCapPrecision(const int precision);