Re: [Lazarus] Image Copy and Load Fail.

2016-02-25 Thread 최경식
-Original Message- From: "Mattias Gaertner"<nc-gaert...@netcologne.de> To: <lazarus@lists.lazarus.freepascal.org>; Cc: Sent: 2016-02-25 (목) 19:57:19 Subject: Re: [Lazarus] Image Copy and Load Fail. On Thu, 25 Feb 2016 19:28:57 +0900 (KST) 최경식 <

Re: [Lazarus] Image Copy and Load Fail.

2016-02-25 Thread Mattias Gaertner
On Thu, 25 Feb 2016 19:28:57 +0900 (KST) 최경식 wrote: >[...] > procedure TForm1.Button3Click(Sender: TObject); > var > ImagetoSave : TImage; > begin > ImagetoSave := TImage.Create(Self); A TImage is a visual control that uses a graphic (e.g. a TBitmap) to paint. If you only need a memory image

[Lazarus] Image Copy and Load Fail.

2016-02-25 Thread 최경식
hello everyone. I Loaded successfully after saving that i drawn. But i load fail after saving that i copied. (please see below code) This situation occurs in accordance with copy size. Below it is my code and i written some comments. [My code] procedure TForm1.Button2Click(Sender: TObject); begi