25 #ifndef SFML_RECTANGLESHAPE_HPP    26 #define SFML_RECTANGLESHAPE_HPP    31 #include <SFML/Graphics/Export.hpp>    32 #include <SFML/Graphics/Shape.hpp>    80     virtual std::size_t getPointCount() 
const;
    95     virtual Vector2f getPoint(std::size_t index) 
const;
   108 #endif // SFML_RECTANGLESHAPE_HPP Base class for textured shapes with outline. 
Specialized shape representing a rectangle.