Re: Scanline Enigma
- From: "Skybuck Flying" <spam@xxxxxxxxxxx>
- Date: Thu, 27 Mar 2008 18:08:04 +0100
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
.
- References:
- Scanline Enigma
- From: Kevin Forbes VK3KUF
- Re: Scanline Enigma
- From: Skybuck Flying
- Re: Scanline Enigma
- From: Skybuck Flying
- Scanline Enigma
- Prev by Date: Re: Scanline Enigma
- Next by Date: Re: Rich Edit and wordwrap
- Previous by thread: Re: Scanline Enigma
- Next by thread: Getting TWebbrowser contents HTML into a string
- Index(es):