掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
関数がクラスのインスタンスを返してくる場合 (ID:7989)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
> >Bitmap := TBitmap.Create; > 代入するなら不要なのでは 確かにそうですね。(^_^;) 訂正します。 procedure TForm1.Button1Click(Sender: TObject); var Bitmap: TBitmap; begin Bitmap := DoSomething(Image1.Picture.Bitmap); try Bitmap.SaveToFile(ExtractFilePath(ParamStr(0)) + 'Result.bmp'); finally Bitmap.Free; end; end;
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.