Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/285.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 获取CustomLineCap C的路径#_C#_System.drawing_Graphicspath - Fatal编程技术网

C# 获取CustomLineCap C的路径#

C# 获取CustomLineCap C的路径#,c#,system.drawing,graphicspath,C#,System.drawing,Graphicspath,如何获取有关System.Drawing.Drawing2D.CustomLineCap路径的信息? 我可以通过提供fillPath和strokePath来构造CustomLineCap: 构造函数-CustomLineCap(GraphicsPath,GraphicsPath) 但是有什么方法可以从中提取fillPath和strokePath吗?+1:我查看了文档,它看起来不像

如何获取有关
System.Drawing.Drawing2D.CustomLineCap
路径的信息? 我可以通过提供fillPath和strokePath来构造CustomLineCap: 构造函数-
CustomLineCap(GraphicsPath,GraphicsPath)


但是有什么方法可以从中提取fillPath和strokePath吗?

+1:我查看了文档,它看起来不像