Hey Krish. I don't think there's a way to do that, other than maybe writing a custom plugin or something.
If you're looking to adjust where the sprite/image appears, you could possibly adjust the X/Y position. If you wanted it 100 pixels to the right you could set it's X position +100, for instance. I dunno if that's what you need, but positioning is easy to manipulate in that case. Also, you might be able to use the Pin behavior in conjunction with an invisible sprite and have the object you want to manipulate keep a position relative to your invisible sprite.