CanvasShapes.AddConnector Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function AddConnector ( _
Type As MsoConnectorType, _
BeginX As Single, _
BeginY As Single, _
EndX As Single, _
EndY As Single _
) As Shape
'Usage
Dim instance As CanvasShapes
Dim Type As MsoConnectorType
Dim BeginX As Single
Dim BeginY As Single
Dim EndX As Single
Dim EndY As Single
Dim returnValue As Shape
returnValue = instance.AddConnector(Type, _
BeginX, BeginY, EndX, EndY)
Shape AddConnector(
MsoConnectorType Type,
float BeginX,
float BeginY,
float EndX,
float EndY
)
Parameters
- Type
Type: Microsoft.Office.Core.MsoConnectorType
- BeginX
Type: System.Single
- BeginY
Type: System.Single
- EndX
Type: System.Single
- EndY
Type: System.Single
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Shape