论坛


2009年12月18日 星期五

GdiPlus[38]: IGPGraphicsPath (五) 路径标记

万一| 万一的 Delphi 博客 |21:45:00

  阅读: 59 评论: 0 作者:万一发表于 2009-12-18 21:45原文链接IGPGraphicsPath.SetMarker //建立一个标记 IGPGraphicsPath.ClearMarkers //取消全部标记在路径中每建立一个图形都可以同时做个 Marker,真正使用这些个标记时, 主要通过 IGPGraphicsPathIterator ...

详解 EnumWindows 与 EnumWindowsProc - 回复 "SplendourChiang" 的问题

万一| 万一的 Delphi 博客 |13:22:00

  阅读: 64 评论: 0 作者:万一发表于 2009-12-18 13:22原文链接问题来源:http://www.cnblogs.com/del/archive/2009/10/16/1584488.html#1727205// EnumWindows 的功能是遍历所有顶层窗口 function EnumWindows( lpEnumFunc: TFNWndEnumProc; {回调函数指针} lP...

How to Declare Constant Records in Delphi

About.com| About.com Delphi Programming |02:00:43

in Delphi TIPS:: Record data types in Delphi represent a mixed set of elements. Each element is called a field; the declaration of a record type specifies a name and type for each fieldAs with any data type in Delphi, you can create a record type ...