代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/299588/7844046
h c3drenderer.h
#ifndef __C3DRENDERER__H__
#define __C3DRENDERER__H__
// INCLUDES
#include
#include "C3DBase.h"
#include "TBitmap.h"
// FORWARD DECLARATIONS
class M3dObject;
// CL
www.eeworm.com/read/299588/7844080
h cpolygonobject.h
#ifndef __CPOLYGONOBJECT_H__
#define __CPOLYGONOBJECT_H__
// INCLUDES
#include
#include "C3DBase.h"
#include "M3dObject.h"
#include "TBitmap.h"
#include "GLES/egl.h"
#inclu
www.eeworm.com/read/197803/7969919
txt hqpm.txt
----Borland公司的天才设计师们用画布(Tcanvas)对象封装了Windows的大部分图形输出功能,这使得我们可以通过他以更直观的方式和Windows的屏幕打交道,而不必关心令人头疼的WindowsAPI函数。下面的一小段程序就可以实现整个屏幕的图象拷贝了。
var//变量声明
Fullscreen:<mark>Tbitmap</mark>;
FullscreenCanvas:TCanvas;
dc: ...