Esempio n. 1
0
 public static extern IntPtr SelectObject(
     HDC hdc,
     IntPtr h
     );
Esempio n. 2
0
 public static extern BOOL DeleteDC(
     HDC hdc
     );
Esempio n. 3
0
 public static extern HDC CreateCompatibleDC(
     HDC hdc
     );
Esempio n. 4
0
 public static extern HBITMAP CreateCompatibleBitmap(
     HDC hdc,
     int cx,
     int cy
     );
Esempio n. 5
0
 public static extern int ReleaseDC(
     HWND hWnd,
     HDC hDC
     );