C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddLine Method
The end point of the line to draw.

In This Topic
AddLine Method
In This Topic
Creates a line segment between the current point and the specified end point and adds it to the geometry sink.
Syntax
'Declaration
 
Public Sub AddLine( _
   ByVal pointTo As System.Drawing.PointF _
) 
 

Parameters

pointTo
The end point of the line to draw.
See Also