VB 函数

作者: s7_200_smart | 来源:发表于2016-06-18 14:30 被阅读35次

![Uploading Paste_Image_478127.png . . .]

BOOL BitBlt( 
  _In_ HDC   hdcDest, 
  _In_ int   nXDest, 
  _In_ int   nYDest, 
  _In_ int   nWidth, 
  _In_ int   nHeight, 
  _In_ HDC   hdcSrc, 
  _In_ int   nXSrc, 
  _In_ int   nYSrc, 
  _In_ DWORD dwRop
);

Parameters

hdcDest [in]
A handle to the destination device context.

nXDest [in]
The x-coordinate, in logical units, of the upper-left corner of the destination rectangle.

nYDest [in]
The y-coordinate, in logical units, of the upper-left corner of the destination rectangle.

nWidth [in]
The width, in logical units, of the source and destination rectangles.

nHeight [in]
The height, in logical units, of the source and the destination rectangles.

hdcSrc [in]
A handle to the source device context.

nXSrc [in]
The x-coordinate, in logical units, of the upper-left corner of the source rectangle.

nYSrc [in]
The y-coordinate, in logical units, of the upper-left corner of the source rectangle.

dwRop [in]
A raster-operation code. These codes define how the color data for the source rectangle is to be combined with the color data for the destination rectangle to achieve the final color.
The following list shows some common raster operation codes.


相关文章

  • VB 函数

    ![Uploading Paste_Image_478127.png . . .] Parameters hdcD...

  • labelshop

    vb脚本 函数 Day(Date()) 可以实现自动当月日期

  • VB去除HTML标签函数

    VB使用正则表达式实现去除HTML标签函数,适用于网抓。 Function nohtml(str As Strin...

  • Execel 中文转拼音英文字母

    实现原理 使用VB宏函数实现 实际效果 某些字有点不完美,但是在觉大多数情况下是可用的 宏函数 使用函数 step...

  • 罗素悖论2

    公理V,它断定了如下两个命题之间的等价:(Va)对于每一个主目,函数F与函数G有同样的值。(Vb)函数F的值域(v...

  • 小县城

    vVB你男女发VB不 下次VB

  • 单老师要的问题

    水仙花数python版 C VB 素数Python版本 VB 输入十个数,从小到大 C VB 菱形 C VB 斐波...

  • 给你发黄飞鸿

    话费好好发挥电话宝宝VB不VB哈哈

  • 用VB6+VB12针剂治疗真菌引起的“牛皮癣”有奇效

    用VB6+VB12针剂治疗真菌引起的“牛皮癣”有奇效 郎朗乾坤 2011-3-21 7:21 用VB6+VB...

  • [数据库之五] 高级 SQL

    1、使用程序设计语言访问数据库   标准:JDBC(Java)、ODBC(C、C++、C#、VB) 2、函数和过程...

网友评论

      本文标题:VB 函数

      本文链接:https://www.haomeiwen.com/subject/zftbdttx.html