What is the difference between the ImageBox
control and Picture
container?
#513
-
What is the difference between the How does somebody decide which one to use? For example, if I wanted to be able to zoom and pan a large image, which one would be best? |
Beta Was this translation helpful? Give feedback.
Answered by
XusinboyBekchanov
Apr 12, 2023
Replies: 2 comments 3 replies
-
The difference is that Picture is a container. For these two, the WinAPI class is Static. |
Beta Was this translation helpful? Give feedback.
3 replies
-
For these two, everything will be the same. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a non-container, it is not possible to place other controls inside.
If you worked in VB6, there are also ImageBox and Picture controls.
An ImageBox is just for displaying a picture. And Picture can be used to place other controls, to draw, to display pictures too.