Is it somehow possible to use PictureBoxSizeMode.StretchImage with the BackgroundImage property of a PictureBox (not just the Image property)?
I would like to have the BackgroundImage stretch when the PictureBox size changes. I am currently using live video in the Image and must use the BackgroundImage instead (so speed is of utmost importance).
I would even create a custom control if it were at all possible.
Askani
I would like to have the BackgroundImage stretch when the PictureBox size changes. I am currently using live video in the Image and must use the BackgroundImage instead (so speed is of utmost importance).
I would even create a custom control if it were at all possible.
Askani