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
万一
阅读(1421)
推荐(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
万一
阅读(1325)
推荐(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
万一
阅读(1405)
推荐(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
万一
阅读(1685)
推荐(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
万一
阅读(1350)
推荐(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
万一
阅读(1365)
推荐(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
万一
阅读(1467)
推荐(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
万一
阅读(1400)
推荐(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
万一
阅读(1310)
推荐(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
万一
阅读(1445)
推荐(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
万一
阅读(1370)
推荐(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
万一
阅读(1240)
推荐(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
万一
阅读(1278)
推荐(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
万一
阅读(1305)
推荐(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
万一
阅读(1313)
推荐(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
万一
阅读(1355)
推荐(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
万一
阅读(1309)
推荐(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
万一
阅读(1451)
推荐(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
万一
阅读(1238)
推荐(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
万一
阅读(1226)
推荐(0) 编辑