Clipping GraphicsPath without using Graphics.SetClip()

247 Views Asked by At

In general, the problem is quite simple. I need to crop GraphicsPath by rectangle and result of the operation must be another GraphicsPath. Graphics.SetClip() does what I need but I can't get cropped GraphicsPath as output and ideally I want to avoid of using Graphics instance. Regions don't work as well because Regions can't be converted back to GraphicsPath.

Any other options?

0

There are 0 best solutions below