| Difference between Image1.Picture.Width and Image1.width -
06-04-2007, 09:44 AM
Hi,
I was wondering if someone could explain to me what the difference is
between the width propery of the picture property of an image and the width
property of the image itself.
I would have guessed that when the stretch property of an image was set to
false and an image was ***igned to the picture property, that
Image1.Picture.Width and Image1.width would be the same. This is not the
case.
I need to know with what factor an image is stretched when stretched = true,
and I thought I could use these two different width properties, thinking
that Image1.width is the stretched width and Image1.Picture.width is the
actual width of the image.
Can someone help me figure this out?
Thanks in advance,
Sandra |