Graphics issue
-
Hi. I am developing a graphics intensive application where I need to save a certain state of the grapfics object in an Image (much like when you save someting you have drawn in PhotoShop for example). Does anyone know how I can do that?
-
Hi. I am developing a graphics intensive application where I need to save a certain state of the grapfics object in an Image (much like when you save someting you have drawn in PhotoShop for example). Does anyone know how I can do that?
-
Hi. I am developing a graphics intensive application where I need to save a certain state of the grapfics object in an Image (much like when you save someting you have drawn in PhotoShop for example). Does anyone know how I can do that?
Use GetGraphics from the control of which you want save the content, then use the DrawImage method on the graphic context this gets you to draw the content to an image.
__________________________________________________ Standards are great! Everybody should have one!