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

touchgfx::Shape::getNumPoints() const method

@fn virtual int Shape::getNumPoints() const Gets number points used to make up the shape. Gets number points used to make up the shape.

Syntax

virtual int getNumPoints() const;

Return value

The number points.

References

LocationText
Shape.hpp:71
virtual int getNumPoints() const