문제

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.

도움이 되었습니까?

해결책

From MSDN:

Graphics.FromHdc Method

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top