touchgfx::Shape::setCorner() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Shape::setCorner() method

@fn virtual void Shape::setCorner(int i, CWRUtil::Q5 x, CWRUtil::Q5 y) Sets a corner of the shape in Q5 format. Sets a corner of the shape in Q5 format.

Syntax

virtual void setCorner(int i,     CWRUtil::Q5 x,     CWRUtil::Q5 y);

Arguments

i

Zero-based index of the corner.

x

The x coordinate in Q5 format.

y

The y coordinate in Q5 format.

References

LocationText
Shape.hpp:87
virtual void setCorner(int i, CWRUtil::Q5 x, CWRUtil::Q5 y)