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

Method getSize

src/SFML/Graphics/View.cpp:106–109  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

104
105////////////////////////////////////////////////////////////
106Vector2f View::getSize() const
107{
108 return m_size;
109}
110
111
112////////////////////////////////////////////////////////////

Callers 9

openFromStreamImplMethod · 0.45
findGlyphRectMethod · 0.45
SpriteMethod · 0.45
setTextureMethod · 0.45
setTextureMethod · 0.45
segmentStringFunction · 0.45
shapeMethod · 0.45
findCharacterPosMethod · 0.45
getStreamContentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected