I a have a PictureBox with a picture in a Windows Form application in C# language.I want draw a FillRectangle in some location of picturebox.but i also need to see picture of picture box.how can i draw this rectangle with low opacity to see image of picturebox?
Share
Do you mean:
or you can use
where alpha goes from 0 to 255, so a value of 128 for your alpha will give you 50%
opactity.