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

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > DrawLine Method : DrawLine(Pen,Point,Point) Method
The drawing pen.
The first point of the line.
The second point of the line.
Draw line from this document.
Syntax
'Declaration
 
Public Overloads Sub DrawLine( _
   ByVal pen As Pen, _
   ByVal pt1 As Windows.Foundation.Point, _
   ByVal pt2 As Windows.Foundation.Point _
) 
public void DrawLine( 
   Pen pen,
   Windows.Foundation.Point pt1,
   Windows.Foundation.Point pt2
)

Parameters

pen
The drawing pen.
pt1
The first point of the line.
pt2
The second point of the line.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List