标签: c# system.drawing graphicspath
如何获取有关System.Drawing.Drawing2D.CustomLineCap路径的信息? 我可以通过给它fillPath和strokePath构造CustomLineCap: 构造函数 - CustomLineCap(GraphicsPath, GraphicsPath)。
System.Drawing.Drawing2D.CustomLineCap
CustomLineCap(GraphicsPath, GraphicsPath)
但有没有办法从中提取fillPath和strokePath?