Scale9Sprite does not scale proper

Hello everyone.
I’m using Scale9Sprite for 9slicing an image but the sprite is not proper. The original size of the sprite is 96x96.
code:
exitPopup = new cc.Scale9Sprite(res.howToPlayPopup_png, cc.rect(0, 0, 96, 96), cc.rect(32, 32, 32, 32)); exitPopup.setContentSize(cc.size(200, 200));
result:

scale9_block

but I need like this:
Capture1

Thank you.