论坛


2009年1月13日 星期二

Delphi 与 DirectX 之 DelphiX(14): TPictureCollectionItem.DrawRotate...

万一| 万一的 Delphi 博客 |22:46:00

类似 TPictureCollectionItem.DrawRotate(); 的重载函数还有: TPictureCollectionItem.DrawRotateAdd(); TPictureCollectionItem.DrawRotateSub(); TPictureCollectionItem.DrawRotateAlpha(); TPictureCollectionItem.DrawRotateAddCol(); TPictureCollectionItem.D...

Delphi 与 DirectX 之 DelphiX(13): TPictureCollectionItem.DrawRotate

万一| 万一的 Delphi 博客 |21:38:00

本例效果图(实际效果是相当流畅的, gif 只能说明个动作趋势):代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXDraws, StdCtrls, DXClass, ComCtrls; type TForm1 = class(TFo...

Delphi 与 DirectX 之 DelphiX(12): TPictureCollectionItem.DrawAlpha

万一| 万一的 Delphi 博客 |18:35:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXDraws, StdCtrls, DXClass, ComCtrls; type TForm1 = class(TForm) DXDraw1: TDXDraw; DXImageList1: TD...

Delphi 与 DirectX 之 DelphiX(11): TPictureCollectionItem.DrawAdd、DrawSub

万一| 万一的 Delphi 博客 |17:27:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXDraws, StdCtrls, DXClass; type TForm1 = class(TForm) DXDraw1: TDXDraw; DXImageList1: TDXImageList...

Delphi 与 DirectX 之 DelphiX(10): TPictureCollectionItem.StretchDraw - 绘制到指定矩形

万一| 万一的 Delphi 博客 |16:25:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXDraws, StdCtrls, DXClass; type TForm1 = class(TForm) DXDraw1: TDXDraw; DXImageList1: TDXImageList...

关于树(RzTreeView)的使用

DELPHI盒子| Delphi盒子 |16:01:00

用了Raize4.3控件包! 第一次把我的代码上传!可能有好多不够好的地方!请大家多多提意见! QQ:290980532

Delphi 与 DirectX 之 DelphiX(9): 透明色与是否透明

万一| 万一的 Delphi 博客 |15:24:00

TDXImageList.Items 中的每个 TPictureCollectionItem 的默认透明色是黑色, 并默认透明.本例使用的测试图片:http://files.cnblogs.com/del/Transparent.rar本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Gra...

DelphiXPG 1.0.9e (XRef, Profiler, Global Editor)

CodeGear| CodeGear-CodeCentral Delphi |12:55:44

DelphiXPG V1.0.9e, free for commercial and non-commercial use, has the following features, * External references to a unit, see what uses a unit and where. * Implicit uses, identify items from units not explicitly listed in a use clause. * I...

Delphi 与 DirectX 之 DelphiX(8): 第一个简单动画

万一| 万一的 Delphi 博客 |11:54:00

本例效果图(用动画演示, 无论如何也出不来 DirectX 的流畅效果):代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DXDraws, StdCtrls, DXClass; type TForm1 = class(TForm) ...

TShellTreeView with CheckBoxes - Custom Delphi TShellTreeView Enhancement

About.com| About.com Delphi Programming |02:41:27

in Custom Delphi VCL :: The aim of the article is to create a component that would allow a user to select files for a backup program in a user...