关于bitblt函数的问题

baitianhai 2003-07-02 11:40:36
各位兄弟,bitblt函数怎么用啊?我是说怎么才能是用它,在那个单元里啊?
...全文
76 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
linzhisong 2003-07-02
  • 打赏
  • 举报
回复
楼上的快,

俺刚找到!

不知道干嘛的!
linzhisong 2003-07-02
  • 打赏
  • 举报
回复
uses Windows;
firetoucher 2003-07-02
  • 打赏
  • 举报
回复
他是api函数,在windows单元,用法看msdn阿
The BitBlt function performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source device context into a destination device context.

BOOL BitBlt(
HDC hdcDest, // handle to destination DC
int nXDest, // x-coord of destination upper-left corner
int nYDest, // y-coord of destination upper-left corner
int nWidth, // width of destination rectangle
int nHeight, // height of destination rectangle
HDC hdcSrc, // handle to source DC
int nXSrc, // x-coordinate of source upper-left corner
int nYSrc, // y-coordinate of source upper-left corner
DWORD dwRop // raster operation code
);

1,183

社区成员

发帖
与我相关
我的任务
社区描述
Delphi GAME,图形处理/多媒体
社区管理员
  • GAME,图形处理/多媒体社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧