public static void ReleaseDeviceContext(HandleRef hWnd, IntPtr hDC)
 {
     Api_User32.ReleaseDC(hWnd, hDC);
 }