首页 > TAG信息列表 > DXPaintBox1

Delphi 与 DirectX 之 DelphiX(93): TDIB.DrawDarken();

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:

Delphi 与 DirectX 之 DelphiX(92): TDIB.Draw3x3Matrix();

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) DXPaintBo

Delphi 与 DirectX 之 DelphiX(91): TDIB.DrawMono();

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: T

Delphi 与 DirectX 之 DelphiX(90): TDIB.DrawMorphed();

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

Delphi 与 DirectX 之 DelphiX(88): TDIB.DrawQuickAlpha();

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) DXPaintB

Delphi 与 DirectX 之 DelphiX(87): TDIB.DrawTransparent、DrawTranslucent、DrawAlpha();

Delphi 与 DirectX 之 DelphiX(87): TDIB.DrawTransparent、DrawTranslucent、DrawAlpha(); TDIB.DrawTransparent: 按指定的透明色透明; TDIB.DrawTranslucent: 先按指定的透明色透明, 然后再半透明; DIB.DrawAlpha: 先按指定的透明色透明, 再按指定的透明度透明.本例效果

Delphi 与 DirectX 之 DelphiX(86): TDIB.DrawOn();

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: TDX

Delphi 与 DirectX 之 DelphiX(85): TDIB.DrawTo();

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: TDX

Delphi 与 DirectX 之 DelphiX(84): TDIB.InitLight()、DrawLights();

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)

Delphi 与 DirectX 之 DelphiX(83): TDIB.FilterLine()、FilterRect();

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)

Delphi 与 DirectX 之 DelphiX(82): TDIB.DrawMandelbrot();

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) DXPaintB

Delphi 与 DirectX 之 DelphiX(81): TDIB.ColoredLine();

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) D

Delphi 与 DirectX 之 DelphiX(80): TDIB.BlendPixel();

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:

Delphi 与 DirectX 之 DelphiX(79): TDIB.LinePolar();

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:

Delphi 与 DirectX 之 DelphiX(78): TDIB.AntialiasedLine();

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) DXPaint

Delphi 与 DirectX 之 DelphiX(77): TDIB.Distort();

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: TD

Delphi 与 DirectX 之 DelphiX(76): TDIB.Ink();

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: TDXPai

Delphi 与 DirectX 之 DelphiX(75): TDIB.FadeOut()、FadeIn();

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) DXPain

Delphi 与 DirectX 之 DelphiX(74): TDIB.EncryptDecrypt();

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) DXPaintB

Delphi 与 DirectX 之 DelphiX(73): TDIB.Darker()、Lighter();

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) DXPain

Delphi 与 DirectX 之 DelphiX(72): TDIB.SephiaEffect();

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) DXPaintBox

Delphi 与 DirectX 之 DelphiX(71): TDIB.Negative;

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: TDXP

Delphi 与 DirectX 之 DelphiX(70): TDIB.Mirror();

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: TDX

Delphi 与 DirectX 之 DelphiX(69): TDIB.Greyscale();

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:

Delphi 与 DirectX 之 DelphiX(68): TDIB.DoNovaEffect();

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) DXPaintBox