Though this would work on images [https://github.com/SixLabors/Samples/blob/master/ImageSharp/AvatarWithRoundedCorner/Program.cs](url) this is not possible in Shapes where you need to use Pen (all paths should be closed). See attached sample  It might be a good idea to add an optional parameter in RectangularPolygon constructor to have a radius value of the rounded corner. Thank You.