Delphi 与 DirectX 之 DelphiX(53): TDIB.DoSplitBlur();
摘要:本例效果图: 代码文件: 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:51
万一
阅读(1190)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(52): TDIB.DoSaturation();
摘要:本例效果图: 代码文件: 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:48
万一
阅读(1173)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(51): TDIB.DoDarkness();
摘要:本例效果图: 代码文件: 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:17
万一
阅读(1281)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(50): TDIB.DoLightness();
摘要:本例效果图: 代码文件: 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:14
万一
阅读(1198)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(49): TDIB.DoGrayScale;
摘要:本例效果图: 代码文件: 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:11
万一
阅读(1216)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(48): TDIB.DoFishEye();
摘要:本例效果图: 代码文件: 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 18:33
万一
阅读(1277)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(47): TDIB.DoContrast();
摘要:本例效果图: 代码文件: 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 18:30
万一
阅读(1177)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(46): TDIB.DoAntiAlias;
摘要:本例效果图: 代码文件: 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 18:25
万一
阅读(1250)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(45): TDIB.DoAddMonoNoise();
摘要:本例效果图: 代码文件: 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 18:24
万一
阅读(1141)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(44): TDIB.DoAddColorNoise();
摘要:本例效果图: 代码文件: 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 18:20
万一
阅读(1289)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(43): TDIB.DoInvert;
摘要:本例效果图: 代码文件: 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 16:43
万一
阅读(1382)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(42): TDIB.GaussianBlur();
摘要:本例效果图: 代码文件: 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 16:40
万一
阅读(1411)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(41): TDIB.SplitBlur();
摘要:本例效果图: 代码文件: 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 16:34
万一
阅读(1444)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(40): TDIB.Rotate();
摘要:本例效果图: 代码文件: 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 16:23
万一
阅读(1589)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(39): TDIB.Sharpen();
摘要:本例效果图: 代码文件: 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 16:17
万一
阅读(1391)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(38): TDIB.Filter();
摘要:本例效果图: 代码文件: 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 16:08
万一
阅读(1455)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(37): TDIB.AddRGB();
摘要:本例效果图: 代码文件: 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 15:50
万一
阅读(1460)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(36): TDIB.Contrast();
摘要:本例效果图: 代码文件: 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 15:21
万一
阅读(1295)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(35): TDIB.Saturation();
摘要:本例效果图: 代码文件: 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 15:19
万一
阅读(1299)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(34): TDIB.Lightness();
摘要:本例效果图: 代码文件: 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 15:12
万一
阅读(1455)
推荐(0) 编辑