e.Graphics.DrawPath(Pens.Blue, myPath); // Widen the path. Pen widenPen =newPen(Color.Black, 10); Matrix widenMatrix =newMatrix(); widenMatrix.Translate(50, 50); myPath.Widen(widenPen, widenMatrix, 1.0f); // Draw the widened path to the screen in red. e.Graphics.FillPath(newSolidBrush(Color.Red), myPath); } } } 希望本文所述對大家...
www.dbjr.com.cn/article/677...htm 2025-5-27