예제 #1
0
 internal static extern bool DeleteDC(HDC hdc);
예제 #2
0
 internal static extern int SetStretchBltMode(HDC hdc, int iStretchMode);
예제 #3
0
 internal static extern HDC CreateCompatibleDC(HDC hdc);
예제 #4
0
 internal static extern HBITMAP SelectObject(HDC hdc, HBITMAP hgdiobj);
예제 #5
0
 internal static extern HBITMAP CreateCompatibleBitmap(HDC hdc, int nWidth, int nHeight);
예제 #6
0
 internal static extern HDC ReleaseDC(HWND hwnd, HDC hdc);