How do I get information about System.Drawing.Drawing2D.CustomLineCap
's paths ?
I can construct CustomLineCap by giving it fillPath and strokePath:
constructor - CustomLineCap(GraphicsPath, GraphicsPath)
.
But is there any way to extract fillPath and strokePath from it ?