| Visual Basic - Objects - Controls - Image |
The Image control uses fewer resources and repaints faster than a PictureBox control, but it supports only a subset of the PictureBox properties, events, and methods.
|
|
Image - Properties : Picture, Stretch
| Image1.Picture = LoadPicture("c:\image\Dance1.bmp") |
| True | Picture is stretched to fill the Image control | |
| False | Picture is not stretched - Image control is stretched to contain the picture |