I'm currently designing a program in "Visual Studio 2015 C#" and would like to implement circular picture boxes. In the program there are picture boxes which source image is downloaded from the web. In it's default state, the "picturebox" is square. I would like to know how I could change the shape of the "picturebox" to a circle. That way the image when loaded will be circular instead of squared or rectangular.
I already figured out how to downscale the image and keep it's quality and center it, but I do not know how to change the "picturebox" into a circle.
I found a couple ways to do it, but unfortunately with this methods the circle is not smooth, instead it is pixelated.
This is an example of what I would like: https://i.stack.imgur.com/ecjAq.png