C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / DrawLine Method
x-coordinate of first point.
y-coordinate of first point.
x-coordinate of second point.
y-coordinate of second point.

In This Topic
DrawLine Method (GraphicsRendering)
In This Topic
Draw line between two points using current stroke attributes.
Syntax
'Declaration
 
Public Sub DrawLine( _
   ByVal x1 As System.Double, _
   ByVal y1 As System.Double, _
   ByVal x2 As System.Double, _
   ByVal y2 As System.Double _
) 
 

Parameters

x1
x-coordinate of first point.
y1
y-coordinate of first point.
x2
x-coordinate of second point.
y2
y-coordinate of second point.
See Also