Shapes.AddLine(Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::Office::Core::Shape ^ AddLine(float BeginX, float BeginY, float EndX, float EndY);
public Microsoft.Office.Core.Shape AddLine (float BeginX, float BeginY, float EndX, float EndY);
abstract member AddLine : single * single * single * single -> Microsoft.Office.Core.Shape
Public Function AddLine (BeginX As Single, BeginY As Single, EndX As Single, EndY As Single) As Shape
Parameters
- BeginX
- Single
- BeginY
- Single
- EndX
- Single
- EndY
- Single