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