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
万一
阅读(1785)
推荐(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
万一
阅读(1954)
推荐(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
万一
阅读(1748)
推荐(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
万一
阅读(1697)
推荐(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
万一
阅读(1853)
推荐(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
万一
阅读(1715)
推荐(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
万一
阅读(2388)
推荐(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
万一
阅读(2037)
推荐(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
万一
阅读(1766)
推荐(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
万一
阅读(1798)
推荐(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
万一
阅读(1509)
推荐(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
万一
阅读(1471)
推荐(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
万一
阅读(1840)
推荐(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
万一
阅读(1541)
推荐(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
万一
阅读(1885)
推荐(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
万一
阅读(1400)
推荐(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
万一
阅读(1402)
推荐(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
万一
阅读(1577)
推荐(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
万一
阅读(1581)
推荐(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
万一
阅读(1424)
推荐(0)