Exemple #1
0
 public static extern HGDIOBJ SelectObject(
     HDC hdc,
     HGDIOBJ h);
Exemple #2
0
 public static extern bool CancelDC(
     HDC hdc);
Exemple #3
0
 public static extern HGDIOBJ GetCurrentObject(
     HDC hdc,
     ObjectType uObjectType);
Exemple #4
0
 public static extern bool ReleaseDC(
     WindowHandle hWnd,
     HDC hdc);
Exemple #5
0
 public static extern bool DeleteDC(
     HDC hdc);
Exemple #6
0
 public static extern HDC CreateCompatibleDC(
     HDC hdc);
Exemple #7
0
 public static extern int GetDeviceCaps(
     HDC hdc,
     DeviceCapability nIndex);
Exemple #8
0
 public static extern HBITMAP CreateCompatibleBitmap(
     HDC hdc,
     int cx,
     int cy);