In This Topic
Adds one line with specified coordinates and properties.
Syntax
'Declaration
Public Sub AddLine( _
ByVal As LineInfo _
)
public void AddLine(
LineInfo
)
Parameters
- li
- A LineInfo object with it's members set to the proper line configuration values. See the LineInfo class for more information.
See Also