Exemple #1
0
 public static extern int ReleaseDC(
     HWND hWnd,
     HDC hDC
     );
 public static void DisplayBuffer(HDC deviceContext)
 {
     WindowDim.Update();
 }