摘要: uses Winapi.GDIPAPI, Winapi.GDIPOBJ{, Winapi.GDIPUTIL}; procedure TForm1.FormPaint(Sender: TObject); var graphics: TGPGraphics; pen: TGPPen; begin gra 阅读全文
posted @ 2020-02-04 20:20 小鱼o。 阅读(325) 评论(0) 推荐(0)
摘要: 本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) 阅读全文
posted @ 2020-02-04 18:57 小鱼o。 阅读(399) 评论(0) 推荐(0)
摘要: GdiPlus[52]: 图像(四) 图像信息 相关属性、方法、函数: IGPImage.Width; { 宽度(单位是像素) } IGPImage.Height; { 高度(单位是像素) } IGPImage.HorizontalResolution; { 获取水平分辨率(以"像素/英寸"为单位) 阅读全文
posted @ 2020-02-04 18:56 小鱼o。 阅读(950) 评论(0) 推荐(0)
摘要: 颜色名称 颜色效果 HexHTML clBlack $000000 #000000 clMaroon $000080 #800000 clGreen $008000 #008000 clOlive $008080 #808000 clNavy $800000 #000080 clPurple $80 阅读全文
posted @ 2020-02-04 18:41 小鱼o。 阅读(186) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/del/archive/2007/12/27/1017604.html 阅读全文
posted @ 2020-02-04 18:39 小鱼o。 阅读(341) 评论(0) 推荐(0)