随笔分类 -  图形图像

摘要:摘自:http://www.ej38.com/showinfo/delphi-131567.html 一、引子: 现在的Windows应用程序几乎都使用图标、图片、光标、声音等,我们称它们为资源(Resource)。最简单的使用资源的办法是把这些资源的源文件打入软件包,以方便程序需要的时候调用。资源 阅读全文
posted @ 2020-02-05 10:44 覆雨翻云 阅读(194) 评论(0) 推荐(0)
摘要:uses WinAPI.GDIPAPI, WinAPI.GDIPOBJ;var Bitmap1: TGPBitmap; Bitmap2: TBitmap; Graphic: TGPGraphics;begin Bitmap1 := TGPBitmap.Create('test.bmp'); // b 阅读全文
posted @ 2018-10-19 14:27 覆雨翻云 阅读(421) 评论(0) 推荐(0)