Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
I have one picturebox, say picturebox1, having some drawing like rectangle or circle and i want to copy that drawing to another picturebox , say picturebox2. How can i do this in c#?


What I have tried:

I have tried it using clone() method
Posted
Updated 14-Jul-16 1:36am
Comments
Ralf Meier 14-Jul-16 3:39am    
From where comes the Content of PictureBox1 ? Is it assigned with the Designer or by code ?
Perhaps you should improve your question with some code ...

1 solution

Very, very simple to do and you could figure it out using intellisense or google. Much faster than waiting for someone to google for you.

See first google result, copying a picture from one picturebox to another[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900