The Line.Add method in C# is used to add a new item to a collection or list of Line objects. It takes the specified item as an argument and adds it to the end of the collection. This method is commonly used in programming to dynamically expand a collection by adding new elements.
C# (CSharp) line.Add - 4 examples found. These are the top rated real world C# (CSharp) examples of line.Add extracted from open source projects. You can rate examples to help us improve the quality of examples.