touchgfx::AbstractShape::ShapePoint is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::AbstractShape::ShapePoint

touchgfx::AbstractShape::ShapePoint

Syntax

struct ShapePoint {     T x;      T y;  };

References

LocationText
AbstractShape.hpp:55
struct ShapePoint
AbstractShape.hpp:147
void setShape(ShapePoint<T>* points)