For various reasons I want to use a PictureBox to display images.
That is I want sometimes to assign an Image to the PictureBox
Sometimes I want to draw on that Image.
What are the reasons for and against using the PictureBox Image property,
and what are they for using the
BackgroundImage .
Looking for help in deciding which to use.
Thanks
That is I want sometimes to assign an Image to the PictureBox
Sometimes I want to draw on that Image.
What are the reasons for and against using the PictureBox Image property,
and what are they for using the
BackgroundImage .
Looking for help in deciding which to use.
Thanks
Comment