How do you Clip a System.Drawing.Drawing2D.GraphicsPath
with another GraphicsPath
to get a new GraphicsPath?
Note 1: It is possible to SetClip() a whole System.Drawing.Graphics
object, but what is needed here is some sort of Intersecting a GraphicsPath to get another GraphicsPath.
Note 2: The method discussed here (Intersecting GraphicsPath objects) returns a region. Here we expect a GraphicsPath