Was wondering if there was a function for blending ellipses when they make contact with each other. I was thinking about a GraphicsPath
object since it adds objects to it's path. If there is a term for this I do not know what it would be so searching has not revealed anything thus far. Thanks for some guidance.
Picture of objective(roughly):
I don't know that you can do that, but for your particular objective you could recalculate the path with something like this (use doublebuffering):
The function could directly return a path. For circles (I did not try the more complex case of two ellipses) of different radii, you could use something like this:
it should be used with a logic test like: