Exemplo n.º 1
0
 public static Line2D DrawLine(this Factory2D F, Line L)
 {
     return(F.DrawLine(L.Start, L.End));
 }