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

touchgfx::AbstractShape::getNumPoints() const method

@fn virtual int AbstractShape::getNumPoints() const = 0; Gets number points used to make up the shape. Gets number points used to make up the shape.

Syntax

virtual int getNumPoints() const = 0;

Return value

The number points.

References

LocationText
AbstractShape.hpp:88
virtual int getNumPoints() const = 0;