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