SetLine Method
SetLine(int, Line)
Gets or sets the line at the specified index.
Declaration
public void SetLine(int index, Line line)
Public Sub SetLine(index As Integer, line As Line)
Parameters
Type |
Name |
Description |
int |
index |
Index of line.
|
Line |
line |
Line.
|