Subject Re: [IBO] Problems with strech (JPEGImage)
Author Helen Borrie
At 09:24 PM 26/10/2007, you wrote:
>Hi
>I am using TIB_JPEGImage for showing some picture.
>My problem is.
>I set
>Stretch = True
>Center = True
>AutoSize = False (the real picture is smalleer)
>
>the picture dosent strecth like I need
>she put the original picture in the center and the rest is filled with
>color White (Component Color).
>any advice ?

I think you want Autosize = True

This should cause the image to be scaled up to fit into the TPicture, which seems to be what you really wanted to happen...

Helen