代码搜索:bitmap

找到约 10,000 项符合「bitmap」的源代码

代码结果 10,000
www.eeworm.com/read/418205/10959177

txt 04.3.2 位图画刷.txt

4.3.2 位图画刷 CBrush类有下面这样一种构造函数。 CBrush( CBitrnap* pBitrnap ); . 该构造函数要求一个 C<mark>Bitmap</mark>类型的指针, C<mark>Bitmap</mark>类是位图类,于是我们就会这样想:利用这个构造函数是否就可以创建一个位图画刷呢?事实确实如此。 创建 C<mark>Bitmap</mark>对象时,仅调用其构造函数并不能得到一个有用的位图对象,还需要调用一个初始 ...
www.eeworm.com/read/418205/10959250

txt 10.7 位图的显示.txt

10.7 位图的显示 有多种方法可以实现在窗口中显示位图,如图 10.39所示的步骤是其中的一种 : 1.创建位图 2.创建兼容 DC CDC dcCompatible; Cbitmap bitmap; dcCompatible.CreateCompatibleDC(pDC) bitmap.LoadBitmap(IDB_BITMAPI); 4.将兼容 DC中的位图贴到当
www.eeworm.com/read/271603/10987973

cs resources.designer.cs

//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行库版本:2.0.50727.832 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,
www.eeworm.com/read/271600/10988237

cs resources.designer.cs

//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行库版本:2.0.50727.832 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,
www.eeworm.com/read/271515/10991078

cpp testbitmapview.cpp

// TestBitmapView.cpp : implementation of the CTestBitmapView class // #include "stdafx.h" #include "TestBitmap.h" #include "TestBitmapDoc.h" #include "TestBitmapView.h" #ifdef _DEBUG #de
www.eeworm.com/read/417401/10991627

h framebuffer.h

/*********************************************************** * framebuffer.h interface for framebuffer * ***********************************************************/ extern void
www.eeworm.com/read/416992/11008367

rc helptip.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/270445/11036654

cpp exampleview.cpp

// ExampleView.cpp : implementation of the CExampleView class // #include "stdafx.h" #include "Example.h" #include "ExampleDoc.h" #include "ExampleView.h" #ifdef _DEBUG #define new DEBUG_
www.eeworm.com/read/270445/11037164

cpp exampleview.cpp

// ExampleView.cpp : implementation of the CExampleView class // #include "stdafx.h" #include "Example.h" #include "ExampleDoc.h" #include "ExampleView.h" #ifdef _DEBUG #define new DEBUG_
www.eeworm.com/read/470392/6909790

cpp coloredit.cpp

// ColorEdit.cpp : implementation file // #include "stdafx.h" #include "ColorEdit.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////