FreeformBuilder.AddNodes Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub AddNodes ( _
SegmentType As MsoSegmentType, _
EditingType As MsoEditingType, _
X1 As Single, _
Y1 As Single, _
X2 As Single, _
Y2 As Single, _
X3 As Single, _
Y3 As Single _
)
'Usage
Dim instance As FreeformBuilder
Dim SegmentType As MsoSegmentType
Dim EditingType As MsoEditingType
Dim X1 As Single
Dim Y1 As Single
Dim X2 As Single
Dim Y2 As Single
Dim X3 As Single
Dim Y3 As Single
instance.AddNodes(SegmentType, EditingType, _
X1, Y1, X2, Y2, X3, Y3)
void AddNodes(
MsoSegmentType SegmentType,
MsoEditingType EditingType,
float X1,
float Y1,
float X2,
float Y2,
float X3,
float Y3
)
Parameters
- SegmentType
Type: Microsoft.Office.Core.MsoSegmentType
- EditingType
Type: Microsoft.Office.Core.MsoEditingType
- X1
Type: System.Single
- Y1
Type: System.Single
- X2
Type: System.Single
- Y2
Type: System.Single
- X3
Type: System.Single
- Y3
Type: System.Single