J
jhb
Unregistered / Unconfirmed
GUEST, unregistred user!
诸位大虾:
本人是地地道道的DELPHI初学者,初次参与论坛,(这个论坛
“太酷了”)分数太少,不成敬意!望诸位鼎立相助!!
我想知道以下几个函数的 参数和用法(请用中文),请具体一些,我
的编程根底太浅(这些是 “透明窗口”中摘的)
CreateDC('DISPLAY', pchar(0), pchar(0), PDeviceModeA(0));
CreateCompatibleDC(hScrDC);
GetDeviceCaps(hScrDC, HORZRES);
CreateCompatibleBitmap(hScrDC, nWidth, nHeight);
SelectObject(hMemDC, hBitmap);
BitBlt(hMemDC, 0, 0, nWidth, nHeight, hScrDC, nX, nY, SRCCOPY);
本人是地地道道的DELPHI初学者,初次参与论坛,(这个论坛
“太酷了”)分数太少,不成敬意!望诸位鼎立相助!!
我想知道以下几个函数的 参数和用法(请用中文),请具体一些,我
的编程根底太浅(这些是 “透明窗口”中摘的)
CreateDC('DISPLAY', pchar(0), pchar(0), PDeviceModeA(0));
CreateCompatibleDC(hScrDC);
GetDeviceCaps(hScrDC, HORZRES);
CreateCompatibleBitmap(hScrDC, nWidth, nHeight);
SelectObject(hMemDC, hBitmap);
BitBlt(hMemDC, 0, 0, nWidth, nHeight, hScrDC, nX, nY, SRCCOPY);