代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/287177/8712764
h toolbox.h
#ifndef _TOOLBOX
#define _TOOLBOX
#include
#define MaxGWorlds 100
#define MaxWindows 50
#define TRect Rect
#define TPoint Point
#define TBoolean
www.eeworm.com/read/427228/8960339
txt xuanz.txt
procedure TFormPageEdit.Button2Click(Sender: TObject);
var
Bmp: TBitmap;
begin
Button2.Enabled := False;
Bmp := TBitmap.Create();
Bmp.Width := ImagePageEdit.Width ;
Bmp.Height := ImagePa
www.eeworm.com/read/427227/8960348
txt fangd.txt
procedure TFormPageEdit.Zoom_In(Img: TImage; const Times: Integer); //图片放大函数
var
Bmp :TBitmap;
begin
Bmp := TBitmap.Create;
Bmp.Width := Img.Picture.Bitmap.Width * Times;
Bmp.Height
www.eeworm.com/read/383011/8981582
pas draw.pas
//////////////////////////////////////////////////////////////////////
// 图形特效 //
// 原文作者未注明,所以在此无法注明程序出处。 //
// 我在原来的代码基础上加以小范围
www.eeworm.com/read/283263/9032525
dpr fproject.dpr
program FProject;
uses
Windows,Forms, Classes, Graphics,
FUnit in 'FUnit.pas' {Form1},
SUnit in 'SUnit.pas' {SForm};
{$R *.RES}
var
Splash : TSForm;
ADC : HDC;
pt : TPoint;
www.eeworm.com/read/379290/9202382
pas skingraphic.pas
unit SkinGraphic;
interface
uses Windows,SysUtils,Classes,Graphics,Jpeg;
type
TSkinGraphic = Class (TJPEGImage)
private
protected
public
procedure LoadFromFile(const FileName:
www.eeworm.com/read/379290/9202546
pas skingraphic.pas
unit SkinGraphic;
interface
uses Windows,SysUtils,Classes,Graphics,Jpeg;
type
TSkinGraphic = Class (TJPEGImage)
private
protected
public
procedure LoadFromFile(const FileName:
www.eeworm.com/read/377953/9255521
pas untfadeout.pas
unit untFadeOut;
interface
uses
Windows, Graphics, SysUtils, Classes;
type
TFadeThread = class(TThread)
private
FBufBmp: TBitmap;
FBkBmp : TBitmap;
FCanvas: TCanvas;
www.eeworm.com/read/180970/9278446
pas ugraphicutil.pas
//****************************************************
//功能描述:图像处理函数
//创建日期: 2006-8-25
//author: Qinc
//****************************************************
unit UGraphicUtil;
interface
uses
www.eeworm.com/read/180970/9278448
~pas ugraphicutil.~pas
//****************************************************
//功能描述:图像处理函数
//创建日期: 2006-8-25
//author: Qinc
//****************************************************
unit UGraphicUtil;
interface
uses