Shapes.BuildFreeform Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function BuildFreeform ( _
EditingType As MsoEditingType, _
X1 As Single, _
Y1 As Single _
) As FreeformBuilder
'Usage
Dim instance As Shapes
Dim EditingType As MsoEditingType
Dim X1 As Single
Dim Y1 As Single
Dim returnValue As FreeformBuilder
returnValue = instance.BuildFreeform(EditingType, _
X1, Y1)
FreeformBuilder BuildFreeform(
MsoEditingType EditingType,
float X1,
float Y1
)
Parameters
- EditingType
Type: Microsoft.Office.Core.MsoEditingType
- X1
Type: System.Single
- Y1
Type: System.Single
Return Value
Type: Microsoft.Office.Core.FreeformBuilder