代码搜索:Bitblt

找到约 689 项符合「Bitblt」的源代码

代码结果 689
www.eeworm.com/read/146767/12614113

h hal_regs.h

/*=========================================================================== ** HAL_REGS.H **--------------------------------------------------------------------------- ** Copyright (c) 1997, 20
www.eeworm.com/read/136822/5849396

3qt qpaintdevice.3qt

'\" t .TH QPaintDevice 3qt "24 January 2005" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the .\" license file included in the distribution for a co
www.eeworm.com/read/136816/5854302

3qt qpaintdevice.3qt

'\" t .TH QPaintDevice 3qt "17 July 2003" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the .\" license file included in the distribution for a compl
www.eeworm.com/read/104764/6202592

bas picturetranstion.bas

Attribute VB_Name = "Module2" '定义效果类型 Public Const FromP1toP2 = 0 '整个图片从1幅到另一幅 Public Const FromLeftToRight = 1 '从左到右 Public Const FromRightToLeft = 2 '从右到左 Public Const FromUpToDwon
www.eeworm.com/read/192685/8360711

txt 如何实现百叶窗的效果.txt

在 VB中 使 用 BitBlt确 实 存 在 这 样 的 缺 陷 , 解 决 的 办 法 就 是 采 用 PaintPicture方 法 。 PaintPicture方 法 是 VB 4.0以 后 版 本 提 供 的 函 数 , 它 的 功 能 和 用 法 都 同 Windows API的 BitBlt、 StretchBlt相 同 , 速 度 上 略 慢 一 点 , 但 一 般 不 明 显 ,
www.eeworm.com/read/192685/8361026

txt 如何在桌面上显示字或图片.txt

使 用 API绘 制 文 本 或 图 像 , 关 键 是 先 获 得 窗 口 句 柄 hWnd, 然 后 使 用 GetWindowDC获 得 hDC。 有 了 hDC, 就 可 以 调 用 DrawText、 TextOut等 输 出 文 本 , 就 可 以 使 用 BitBlt等 输 出 位 图 。 获 得 桌 面 的 hWnd, 可 以 使 用 GetDesktopWindow函 数 。
www.eeworm.com/read/192685/8366605

txt 如何在桌面上显示字或图片.txt

使 用 API绘 制 文 本 或 图 像 , 关 键 是 先 获 得 窗 口 句 柄 hWnd, 然 后 使 用 GetWindowDC获 得 hDC。 有 了 hDC, 就 可 以 调 用 DrawText、 TextOut等 输 出 文 本 , 就 可 以 使 用 BitBlt等 输 出 位 图 。 获 得 桌 面 的 hWnd, 可 以 使 用 GetDesktopWindow函 数 。
www.eeworm.com/read/289483/8548904

bas module.bas

Attribute VB_Name = "Module1" Option Explicit Option Base 1 Global Const antNum = 250 'Changing this changes the number of ants/apples Global Const sleepTime = 0 'This is used for the randoml
www.eeworm.com/read/431395/8683098

cpp modalarea.cpp

// ModalArea.cpp : implementation file // #include "stdafx.h" #include "ModalWin.h" #include "ModalArea.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __
www.eeworm.com/read/429963/8780510

cpp canvasframe.cpp

// canvasFrame.cpp : implementation file // #include "stdafx.h" #include "canvasr.h" #include "canvasFrame.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =