问题 I can't understand why the shadow path has thorns near the Arrow Cap. Refer to my screenshot. using (GraphicsPath _Path = new GraphicsPath()) { Point[] _Points = new Point[] { new Point { X = mouseDownX, Y = mouseDownY }, new Point { X = lineEndX - 51, Y = mouseDownY }, new Point { X = lineEndX - 51, Y = mouseDownY - 20 }, new Point { X = lineEndX, Y = mouseDownY + 5}, new Point { X = lineEndX -51, Y = mouseDownY + 25}, new Point { X = lineEndX -51, Y = mouseDownY +10 }, new Point { X =