public static IntPtr GetDeviceContext(HandleRef hWnd)
 {
     return(Api_User32.GetDC(hWnd));
 }