Click here to Skip to main content
15,880,891 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I want to get an image dynamically on to the another canvas with some additional images with the present image when clicked on it from database.
Posted
Comments
Sergey Alexandrovich Kryukov 13-Feb-12 1:50am    
If you want it, just do it, you got my approval. :-)
But do you have any question? :-)
--SA

1 solution

This is gibberish, but I think what you mean is, you want to draw one image on top of another. This is trivial. Create a Graphics object using Graphics.FromBitmap or FromImage and then draw your image into this graphics object. It will then be on the bitmap you created the Graphics object from.
 
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