I have a code that looks like this:
GraphicsPath p = new GraphicsPath(); // Add some elements to p ... // ... g.FillPath(bgBrush, p); // where g : Graphics and bgBrush : Brush
This leads to what it looks like:
### |
## |
## |
How can I fill out the exact complement to the path?
Required Conclusion:
# |
## |
# # |
source share