Shapes.BuildFreeform(MsoEditingType, Single, Single) 方法

定义

建立任意多边形对象。 返回一个 FreeformBuilder 对象,该对象表示正在生成的任意多边形。

public:
 Microsoft::Office::Interop::Excel::FreeformBuilder ^ BuildFreeform(Microsoft::Office::Core::MsoEditingType EditingType, float X1, float Y1);
public Microsoft.Office.Interop.Excel.FreeformBuilder BuildFreeform (Microsoft.Office.Core.MsoEditingType EditingType, float X1, float Y1);
Public Function BuildFreeform (EditingType As MsoEditingType, X1 As Single, Y1 As Single) As FreeformBuilder

参数

EditingType
MsoEditingType

必需 MsoEditingType。 第一个顶点的编辑属性。

X1
Single

必需 单一。 任意图形中第一个节点相对于文档左上角的位置(以磅为单位)。

Y1
Single

必需 单一。 任意图形中第一个节点相对于文档左上角的位置(以磅为单位)。

返回

注解

AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Object, Object, Object, Object)使用 方法向任意多边形添加段。 向任意多边形添加至少一个段后,可以使用 ConvertToShape() 方法将 FreeformBuilder 对象 Shape 转换为具有你在 FreeformBuilder 对象中定义的几何说明的对象。

适用于