The samples below use the Graphics.SetClip function to draw shaped borders in your pictures.
The trick here is to use the CombineMode.XOR enumeration, that forces the drawing to the external part of the shape, like in the samples below.
Playing with
Read More