MCPcopy Create free account
hub / github.com/SFML/SFML / getGlobalBounds

Method getGlobalBounds

src/SFML/Graphics/Text.cpp:734–737  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

732
733////////////////////////////////////////////////////////////
734FloatRect Text::getGlobalBounds() const
735{
736 return getTransform().transformRect(getLocalBounds());
737}
738
739
740////////////////////////////////////////////////////////////

Callers 7

Text.test.cppFile · 0.45
Sprite.test.cppFile · 0.45
Shape.test.cppFile · 0.45
DemoTextMethod · 0.45
handleMousePressMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected