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

Method RectangleShape

src/SFML/Graphics/RectangleShape.cpp:34–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32{
33////////////////////////////////////////////////////////////
34RectangleShape::RectangleShape(Vector2f size)
35{
36 setSize(size);
37}
38
39
40////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected