Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function BuildFreeform ( _
EditingType As MsoEditingType, _
X1 As Single, _
Y1 As Single _
) As FreeformBuilder
'Usage
Dim instance As CanvasShapes
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.Interop.PowerPoint.FreeformBuilder