随笔分类 -  Delphi 与 DirectX

上一页 1 2 3 4 5 6 下一页
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 万一 阅读(1763) 评论(0) 推荐(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 万一 阅读(1926) 评论(0) 推荐(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 万一 阅读(1733) 评论(5) 推荐(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 万一 阅读(1684) 评论(0) 推荐(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 万一 阅读(1832) 评论(0) 推荐(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 万一 阅读(1689) 评论(0) 推荐(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 万一 阅读(2362) 评论(0) 推荐(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 万一 阅读(2019) 评论(2) 推荐(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 万一 阅读(1749) 评论(2) 推荐(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 万一 阅读(1776) 评论(16) 推荐(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 万一 阅读(1495) 评论(2) 推荐(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 万一 阅读(1459) 评论(0) 推荐(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 万一 阅读(1819) 评论(0) 推荐(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 万一 阅读(1526) 评论(0) 推荐(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 万一 阅读(1866) 评论(7) 推荐(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 万一 阅读(1386) 评论(0) 推荐(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 万一 阅读(1384) 评论(0) 推荐(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 万一 阅读(1560) 评论(0) 推荐(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 万一 阅读(1563) 评论(0) 推荐(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 万一 阅读(1415) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 下一页