public static IntPtr GetWindowDC(IntPtr hWnd)
 {
     return(Api_User32.GetWindowDC(hWnd));
 }