Share via


CanvasShapes.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 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

Return Value

Type: Microsoft.Office.Core.FreeformBuilder

See Also

Reference

CanvasShapes Interface

CanvasShapes Members

Microsoft.Office.Core Namespace