예제 #1
0
파일: Gdi32.cs 프로젝트: ousttrue/RectUI
 public static extern IntPtr SelectObject(
     HDC hdc,
     IntPtr h
     );
예제 #2
0
파일: Gdi32.cs 프로젝트: ousttrue/RectUI
 public static extern BOOL DeleteDC(
     HDC hdc
     );
예제 #3
0
파일: Gdi32.cs 프로젝트: ousttrue/RectUI
 public static extern HDC CreateCompatibleDC(
     HDC hdc
     );
예제 #4
0
파일: Gdi32.cs 프로젝트: ousttrue/RectUI
 public static extern HBITMAP CreateCompatibleBitmap(
     HDC hdc,
     int cx,
     int cy
     );
예제 #5
0
 public static extern int ReleaseDC(
     HWND hWnd,
     HDC hDC
     );