CanvasShapes.BuildFreeform(MsoEditingType, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::Office::Core::FreeformBuilder ^ BuildFreeform(Microsoft::Office::Core::MsoEditingType EditingType, float X1, float Y1);
public Microsoft.Office.Core.FreeformBuilder BuildFreeform (Microsoft.Office.Core.MsoEditingType EditingType, float X1, float Y1);
abstract member BuildFreeform : Microsoft.Office.Core.MsoEditingType * single * single -> Microsoft.Office.Core.FreeformBuilder
Public Function BuildFreeform (EditingType As MsoEditingType, X1 As Single, Y1 As Single) As FreeformBuilder
Parameters
- EditingType
- MsoEditingType
- X1
- Single
- Y1
- Single