CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
山寨机中的战斗机! 程序优化工程师到底对IT界有没有贡献
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  Delphi >  VCL组件开发及应用

关于一个函数的用法,急啊。。。。。。

楼主cqlumm(一条道走到黑)2004-07-01 14:36:02 在 Delphi / VCL组件开发及应用 提问

有谁知道BitBlt如何用吗,最好给出详细的解答。谢谢。 问题点数:20、回复次数:2Top

1 楼lxpbuaa(桂枝香在故国晚秋)回复于 2004-07-01 14:51:33 得分 20

BOOL   BitBlt(  
   
          HDC   hdcDest, //   handle   to   destination   device   context    
          int   nXDest, //   x-coordinate   of   destination   rectangle's   upper-left   corner  
          int   nYDest, //   y-coordinate   of   destination   rectangle's   upper-left   corner  
          int   nWidth, //   width   of   destination   rectangle    
          int   nHeight, //   height   of   destination   rectangle    
          HDC   hdcSrc, //   handle   to   source   device   context    
          int   nXSrc, //   x-coordinate   of   source   rectangle's   upper-left   corner      
          int   nYSrc, //   y-coordinate   of   source   rectangle's   upper-left   corner  
          DWORD   dwRop   //   raster   operation   code    
        );  
  BitBlt   从一个设备(由hdcSrc指定)上截取指定矩形区域(nXSrc、nYSrc、nWidth、nHeight)的象素,经过颜色变换(dwRop),然后复制到另一个设备(hdcDest)的指定区域(nXDest、nYDest、nWidth、nHeight)。  
   
  ————————————————————————————————————  
  宠辱不惊,看庭前花开花落,去留无意;毁誉由人,望天上云卷云舒,聚散任风。  
  ————————————————————————————————————  
  Top

2 楼yleiou(单刀匹马)回复于 2004-07-01 14:58:47 得分 0

查看微软的API帮助哟  
   
  Top

相关问题

  • 函数用法?
  • 关于CFile::Open函数的用法!急!!!!!!!!!!
  • 关于StretchDIBits函数用法,急.
  • SQLConfigDataSource函数用法。
  • AnimateWindow函数用法
  • 请教api函数createthread在pb中的用法?(急!急!急!)
  • 请教filesetdate(handle:integer;age:integer):integer函数的用法,紧急
  • 紧急请教字符串拆分函数Split的用法!
  • 有关split函数的用法,怎么用??急!!!
  • 关于html控件中的函数的用法 ,急啊

关键词

  • source
  • s upper
  • coordinate
  • nheight
  • nwidth
  • bitblt
  • 指定
  • left corner
  • of destination rectangle

得分解答快速导航

  • 帖主:cqlumm
  • lxpbuaa

相关链接

  • Delphi类图书
  • Delphi类源码下载
  • Delphi控件下载

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
北京创新乐知广告有限公司 版权所有, 京 ICP 证 070598 号
世纪乐知(北京)网络技术有限公司 提供技术支持
Copyright © 2000-2008, CSDN.NET, All Rights Reserved
GongshangLogo