what to use instead of getContentSizeInPixels()?

HI,
since getContentSizeInPixels was removed from the new version of cocos2dx, is there any method that replaced it? I am trying the get the actual size of sprites not the getContentSize!

getContentSizeInPixels() is now CC_SIZE_POINTS_TO_PIXELS(getContentSize()) if you don’t have scaled the sprite