随笔分类 -  Delphi 与 DirectX

上一页 1 2 3 4 5 6 下一页
Delphi 与 DirectX 之 DelphiX(73): TDIB.Darker()、Lighter();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-18 23:32 万一 阅读(1416) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(72): TDIB.SephiaEffect();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-18 23:11 万一 阅读(1320) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(71): TDIB.Negative;
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-18 22:18 万一 阅读(1399) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(70): TDIB.Mirror();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-18 21:46 万一 阅读(1672) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(69): TDIB.Greyscale();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-18 21:36 万一 阅读(1344) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(68): TDIB.DoNovaEffect();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-17 18:32 万一 阅读(1360) 评论(2) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(67): TDIB.DoSmoothRotate();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-17 18:19 万一 阅读(1462) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(66): TDIB.DoResample();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 22:46 万一 阅读(1393) 评论(2) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(65): TDIB.DoBrightness();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 22:30 万一 阅读(1304) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(64): TDIB.DoColorize();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 22:26 万一 阅读(1436) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(63): TDIB.DoPosterize();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 22:19 万一 阅读(1365) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(62): TDIB.DoSolorize();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 22:11 万一 阅读(1232) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(61): TDIB.DoEmboss;
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 22:08 万一 阅读(1271) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(60): TDIB.DoTrace();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 22:05 万一 阅读(1296) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(59): TDIB.DoSpotLight();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 22:01 万一 阅读(1307) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(58): TDIB.DoTile();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 21:31 万一 阅读(1351) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(57): TDIB.DoSplitlight();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 21:28 万一 阅读(1304) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(56): TDIB.DoTwist();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 21:25 万一 阅读(1443) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(55): TDIB.DoMosaic();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 21:22 万一 阅读(1233) 评论(0) 推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(54): TDIB.DoGaussianBlur();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa... 阅读全文
posted @ 2009-01-16 19:58 万一 阅读(1218) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 下一页