示例#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);