Re: TImage resize problem
- From: "Sonnich" <sonnich.jensen@xxxxxxxxxxxxxx>
- Date: 11 May 2006 01:20:48 -0700
take a look at the Stretch property. That might do it too.
Gregor Fabritius wrote:
Found it! This did the trick:
procedure TSurface.FormResize(Sender: TObject);
begin
MainImage.Picture.Graphic.Width := MainImage.Width;
MainImage.Picture.Graphic.Height := MainImage.Height;
end;
Gregor
.
- References:
- TImage resize problem
- From: Gregor Fabritius
- Re: TImage resize problem
- From: Gregor Fabritius
- TImage resize problem
- Prev by Date: Re: Indy 10, TIdSmtp and date/time
- Next by Date: Re: Indy 10, TIdSmtp and date/time
- Previous by thread: Re: TImage resize problem
- Index(es):