0
I have a Picturebox object that has an image set and behind it I put a background but I can’t change the background position
pb.ImageLocation = Directory.GetCurrentDirectory() + @"\..\..\img\copovazio.png";
I wanted to do something like pb.BackgroundImage.Location
This image is composed by one that makes the glass transparent and a blue texture that makes the water. I wanted to move that texture underneath to make the water rise and fall