Re: Scanline Enigma



Delphi plays mean Jedi-Knight trick on us programmers :)

"Skybuck Flying" <spam@xxxxxxxxxxx> wrote in message
news:964a1$47ebcafd$541983fa$4309@xxxxxxxxxxxxxxxxxxxxxxxxxxx

procedure TForm1.Button3Click(Sender: TObject);
begin

To correctly re-size Image3 try adding these lines before the other lines
below:

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

// these lines needed as well for displaying:
Image3.Width := Image1.Width + Image2.Width;


Bye again
Skybuck =D


.


Quantcast