中国开发网: 论坛: 程序员情感CBD: 贴子 365327
oyjt: 找到例子如下:
void __fastcall TForm1::Button1Click(TObject *Sender)

{
//Requires "jpeg.hpp" to be included in the source file
TJPEGImage *jp = new TJPEGImage();
try
{
jp->Assign(Image1->Picture->Bitmap);
jp->SaveToFile("c:\\oneeye.jpg");
}
__finally
{
delete jp;
}
}
信面哥 中大奖
http://oyjt.cndev.org

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录