Example #1
0
 public static IntPtr GetDeviceContext(HandleRef hWnd)
 {
     return(Api_User32.GetDC(hWnd));
 }