setScaleX and getContentSize

after i use setScaleX, getContentSize doesn’t change the value width?

scale does not affect contentSize

ContentSize refers to the original size, if you want to know the size after scale, you should factor scale into your calculation