[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.DrawLine

DrawLine Method

DrawLine(Pen, Point, Point)

Draw line from this document.

Declaration
public void DrawLine(Pen pen, Point pt1, Point pt2)
Parameters
Type Name Description
Pen pen

The drawing pen.

Point pt1

The first point of the line.

Point pt2

The second point of the line.

DrawLine(Pen, double, double, double, double)

Draw line from this document.

Declaration
public void DrawLine(Pen pen, double x1, double y1, double x2, double y2)
Parameters
Type Name Description
Pen pen

The drawing pen.

double x1

The x first coordinate.

double y1

The y first coordinate.

double x2

The x second coordinate.

double y2

The y second coordinate.