コード例 #1
0
 public static void DrawLine(this Graphics2DGL g, Point p1, Point p2, Pixel col)
 {
     g.DrawLine(p1.X, p1.Y, p2.X, p2.Y, col);
 }