Is there a way to erase portions of content made by the drawing API? Specifically, I want to make a wedge of fill and cut circles out of it using the drawing API. (To look like Swiss cheese, in this example.)
Just sticking on new circles the same color as the background, or using masks, is not acceptable. I need this for point hit-tests.
Thanks!