Remove a round transparent section of an Image c#
问题 I am creating an Circle on a bitmap but want to have a hole in it. After serching for half an hour I only found ways to crop an image to a circle. The hard thing is, that the hole in the middle should be transparent as the rest of the Image. This is the base image and the yellow circle represents the transparent area that should be added. Thanks for any kind of help. 回答1: The start is simple: Create a transparent bitmap by doing a g.Clear(Color.Transparent) and then draw/fill a circle in a