ComponentOne Word for UWP
DrawLine(Pen,Double,Double,Double,Double) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > DrawLine Method : DrawLine(Pen,Double,Double,Double,Double) Method
The drawing pen.
The x first coordinate.
The y first coordinate.
The x second coordinate.
The y second coordinate.
Draw line from this document.
Syntax
'Declaration
 
Public Overloads Sub DrawLine( _
   ByVal pen As Pen, _
   ByVal x1 As System.Double, _
   ByVal y1 As System.Double, _
   ByVal x2 As System.Double, _
   ByVal y2 As System.Double _
) 
public void DrawLine( 
   Pen pen,
   System.double x1,
   System.double y1,
   System.double x2,
   System.double y2
)

Parameters

pen
The drawing pen.
x1
The x first coordinate.
y1
The y first coordinate.
x2
The x second coordinate.
y2
The y second coordinate.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List