You can set the Origin image point outside of the image and simply rotate the sprite. For example, if your sprite is 10x10 pixels, set the Origin image point position at (100, 5)
Or you can do this with math:
x = center.X+RADIUS*cos(angle)
y = center.Y+RADIUS*sin(angle)