nu2cpp 0 Newbie Poster

Hi,

I am using BCB6 and trying to simulate a compass. I have an image that need to rotate (clockwise and/or counter clock-wise, it doesn't matter I think). I am reading the direction data over from other computer and using that data (0 - 360) to move the compass. I have an image (101x101 pixels) that contains a north-south pointer/needle. Based on the heading data I need to rotate the image around the center pixel [50][50]. I am not sure how to do the rotation. Any help will be appreciated