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