Re: Scanline Enigma




procedure TForm1.Button3Click(Sender: TObject);
begin

Oopsie I made a little mistake at this line:

Image3.Width := Image1.Height + Image2.Height;

Which should be:

Image3.Width := Image1.Width + Image2.Width;

:)

Bye,
Skybuck.





.


Quantcast