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