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?