Hi, Any help is appreciated.

I what to make an application where i can add multiple images (from a png file) in certain positions on a picturebox at runtime.

I understand how to create a graphics object and this graphic is displayed in the picturebox.

What is the best way to do this if i want to add one image then place another one of the same but rotated 45 degrees, then another rotated a bit more etc... all on the same picturebox, and in the position i click.

Do i use one 'master' graphics object which is what the picture box is showing.

Then when i add a new rotated image, i create a temp graphics object containing the image, do the rotate on that object.. and then somehow add this to the 'master' graphics object.. which is then displayed in the picture box.

At times i may want to remove one of the images added and add a different one.

Any help would be great,
Thanks, Simon.