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