[solved]Newbie question: get an image width and height

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
killrazor
Posts: 5
Joined: Thu Oct 26, 2006 10:14 pm
Location: Barcelona (find me in the pubs)

[solved]Newbie question: get an image width and height

Post by killrazor »

Hi all, I'm trying to follow the tutorials but BTW doing other test. Now, I'm following the GUI tutorial and I successfully put an image logo in my window. The problem is to put a text next to the image. To do this I need the image witdh by it no seems to be a function that returns the image size.

I'm an absolute newbie in irrlicht. Someone could helpme?

thanks in advance!!!
Last edited by killrazor on Thu Oct 26, 2006 10:33 pm, edited 1 time in total.
killrazor
Posts: 5
Joined: Thu Oct 26, 2006 10:14 pm
Location: Barcelona (find me in the pubs)

Solved

Post by killrazor »

Solved, thanks to all. I'm so stupid. The method is getAbsolutPosition
Post Reply