0
PointF[] points1;
PointF[] points2;
_Gd.DrawLines(new Pen(new SolidBrush(Color.Purple)),points1);
_Gd.DrawLines(new Pen(new SolidBrush(Color.Green)),points2);

上面的代码用来画两条线,我想找到上面两条线的所有交点,我怎么在 C# 中做到这一点?谢谢!

4

0 回答 0