Is there a way of attaching a System.Drawing.Graphics class to a device context (HDC) for another window which was retrieved via GetDC API function? It is easier than using GDI+ directly.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

From MSDN:

Graphics.FromHdc Method

Creates a new Graphics from the specified handle to a device context.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.