PointF point1 = new PointF(100.0F, 100.0F); PointF point2 = new PointF(500.0F, 100.0F); // Draw line to screen. e.Graphics.DrawLine(blackPen, point1 ...
確定! 回上一頁