That\'s the question xD
Given an instance of a CCSprite in cocos2d in iphone, what method can I use to obtain the image width and height?
IN cocos2d-x
sprite->boundingBox().size.width; sprite->boundingBox().size.height;