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