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