随笔分类 - 图形图像
摘要:摘自:http://www.ej38.com/showinfo/delphi-131567.html 一、引子: 现在的Windows应用程序几乎都使用图标、图片、光标、声音等,我们称它们为资源(Resource)。最简单的使用资源的办法是把这些资源的源文件打入软件包,以方便程序需要的时候调用。资源
阅读全文
摘要:uses WinAPI.GDIPAPI, WinAPI.GDIPOBJ;var Bitmap1: TGPBitmap; Bitmap2: TBitmap; Graphic: TGPGraphics;begin Bitmap1 := TGPBitmap.Create('test.bmp'); // b
阅读全文