Difference between Image box and Picture Box control.
Image Box |
Picture Box |
| 1) it is not act as container control
2) not use of memory to store the picture 3) editing of picture is not possible in picture box 4) Not having auto size property 5) Having stretch property |
1) it act as container control
2) use of memory to store the picture 3) editing of picture is possible in picture box 4) having auto size property 5) not having stretch property |