circular scissor

I need to draw a circular scissor but I don’t know how to code it. Can anyone help me? Thanks in advance. Guido

You can do it in several ways, depending on what you are doing. The most general solution would be to use the stencil buffer (read up on how to use it). Basically, you can draw a circle to the stencil buffer, and then use it as a mask.