After hours and hours of research, i figure this is impossible to do. But, I will ask the brains of this forum to finalize my findings that this is indeed impossible to accomplish using GDI+.
I need to take multiple GraphicsPaths and combine them into one. Yes, i know about Regions and their Unions, but you can't get a GraphicsPath object from a region.
I absolutely need a GraphicsPath as a final result. This isn't about drawing to a screen and showing a "virtual" union.
So, if i take two circles then overlap them... How do i get the GraphicsPath of the red line?
