I have a control in a form, and I would like to capture what it draws to an image. Does this have to be done within the control, or can the form do it somehow? Thanks.
I really don't know the answer to your question. I know that in .NET, graphics are manipulated with the GDI+ libraries. It's possible that you can ask the control for it's graphics context (GC) and create an image off of that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.