再学GDI+[99]: TGPImage(19) - 把图像转存为其他格式
2016-07-27
26
再学GDI+[99]: TGPImage(19) - 把图像转存为其他格式2012-06-02 cnblogs 万一本例效果图:代码文件:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls;type TForm1 = class(TForm) OpenD...