gditest82.dpr
来自「GDI Plus完整应用例程.GDI Plus完整应用例程」· DPR 代码 · 共 14 行
DPR
14 行
program GDITEST82;
uses
Windows,
Messages,
SysUtils,
GDIPAPI,
GDIPOBJ;
// The following example constructs a path gradient brush based on an array of
// points. A color is assigned to each of the five points in the array. If you
// were to connect the five points by straight lines, you would get a five-sided
// polygon. A color is also assigned to the center (centroid) of that polygon
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?