Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Graphics
»
SFML 2.0 Sprite sizes
Print
Pages: [
1
]
Author
Topic: SFML 2.0 Sprite sizes (Read 8949 times)
0 Members and 1 Guest are viewing this topic.
Chocolatesheep
Newbie
Posts: 17
SFML 2.0 Sprite sizes
«
on:
May 12, 2012, 02:02:48 am »
I couldn't find this in the documentation. How do I get the width and height of a sprite? In 1.6 it was just Sprite.GetSize();
And how is the Sprite.getGlobalBounds(); function used?
«
Last Edit: May 12, 2012, 02:05:59 am by Chocolatesheep
»
Logged
Nexus
SFML Team
Hero Member
Posts: 6287
Thor Developer
Re: SFML 2.0 Sprite sizes
«
Reply #1 on:
May 12, 2012, 11:23:20 am »
getGlobalBounds()
returns a rectangle which contains width and height, see documentation.
Logged
Zloxx II
: action platformer
Thor Library
: particle systems, animations, dot products, ...
SFML Game Development
:
Chocolatesheep
Newbie
Posts: 17
Re: SFML 2.0 Sprite sizes
«
Reply #2 on:
May 12, 2012, 10:29:45 pm »
Thank you
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
Graphics
»
SFML 2.0 Sprite sizes