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

Method getSize

src/SFML/Graphics/Image.cpp:562–565  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

560
561////////////////////////////////////////////////////////////
562Vector2u Image::getSize() const
563{
564 return m_size;
565}
566
567
568////////////////////////////////////////////////////////////

Callers 2

eofFunction · 0.45
loadFromStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected