I have a PictureBox object that has an image defined and by the way I put a background but I can not change the position of the background
pb.ImageLocation = Directory.GetCurrentDirectory() + @"\..\..\img\copovazio.png";
I wanted to do something like pb.BackgroundImage.Location
This image is composed of one that makes the glass in transparent and a blue texture that makes the water. I wanted to move this texture underneath to make the water rise and fall