CanvasShapes.AddLine(Single, Single, Single, Single) Method

Definition

Adds a line to a drawing canvas.

public:
 Microsoft::Office::Interop::Word::Shape ^ AddLine(float BeginX, float BeginY, float EndX, float EndY);
public Microsoft.Office.Interop.Word.Shape AddLine (float BeginX, float BeginY, float EndX, float EndY);
abstract member AddLine : single * single * single * single -> Microsoft.Office.Interop.Word.Shape
Public Function AddLine (BeginX As Single, BeginY As Single, EndX As Single, EndY As Single) As Shape

Parameters

BeginX
Single

The horizontal position, measured in points, of the line's starting point, relative to the drawing canvas.

BeginY
Single

The vertical position, measured in points, of the line's starting point, relative to the drawing canvas.

EndX
Single

The horizontal position, measured in points, of the line's end point, relative to the drawing canvas.

EndY
Single

The vertical position, measured in points, of the line's end point, relative to the drawing canvas.

Returns

Applies to