Delphi 与 DirectX 之 DelphiX(93): TDIB.DrawDarken();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-25 10:30
万一
阅读(1770)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(92): TDIB.Draw3x3Matrix();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-24 21:17
万一
阅读(1939)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(91): TDIB.DrawMono();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-24 19:39
万一
阅读(1736)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(90): TDIB.DrawMorphed();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-24 18:23
万一
阅读(1688)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(89): TDIB.DrawAlphaMask();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls, ExtCtrls; type TForm1 = class(TForm) DXPaintB...
阅读全文
posted @
2009-01-23 22:26
万一
阅读(1841)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(88): TDIB.DrawQuickAlpha();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-23 20:40
万一
阅读(1702)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(87): TDIB.DrawTransparent、DrawTranslucent、DrawAlpha();
摘要:TDIB.DrawTransparent: 按指定的透明色透明; TDIB.DrawTranslucent: 先按指定的透明色透明, 然后再半透明; DIB.DrawAlpha: 先按指定的透明色透明, 再按指定的透明度透明. 本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants...
阅读全文
posted @
2009-01-23 19:43
万一
阅读(2373)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(86): TDIB.DrawOn();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-20 18:28
万一
阅读(2028)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(85): TDIB.DrawTo();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-20 17:59
万一
阅读(1753)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(84): TDIB.InitLight()、DrawLights();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-20 16:25
万一
阅读(1786)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(83): TDIB.FilterLine()、FilterRect();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-20 15:17
万一
阅读(1501)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(82): TDIB.DrawMandelbrot();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-19 23:11
万一
阅读(1463)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(81): TDIB.ColoredLine();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls, ExtCtrls; type TForm1 = class(TForm) DXPaintB...
阅读全文
posted @
2009-01-19 22:55
万一
阅读(1830)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(80): TDIB.BlendPixel();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-19 21:50
万一
阅读(1532)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(79): TDIB.LinePolar();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-19 12:35
万一
阅读(1872)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(78): TDIB.AntialiasedLine();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-19 12:02
万一
阅读(1392)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(77): TDIB.Distort();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-19 00:33
万一
阅读(1390)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(76): TDIB.Ink();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-19 00:15
万一
阅读(1566)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(75): TDIB.FadeOut()、FadeIn();
摘要:本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPa...
阅读全文
posted @
2009-01-19 00:04
万一
阅读(1570)
推荐(0) 编辑
Delphi 与 DirectX 之 DelphiX(74): TDIB.EncryptDecrypt();
摘要:本例效果图: 代码文件: 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:37
万一
阅读(1417)
推荐(0) 编辑