CanvasShapes.BuildFreeform(MsoEditingType, Single, Single) メソッド

定義

フリーフォーム オブジェクトを作成します。

public:
 Microsoft::Office::Interop::Word::FreeformBuilder ^ BuildFreeform(Microsoft::Office::Core::MsoEditingType EditingType, float X1, float Y1);
public Microsoft.Office.Interop.Word.FreeformBuilder BuildFreeform (Microsoft.Office.Core.MsoEditingType EditingType, float X1, float Y1);
abstract member BuildFreeform : Microsoft.Office.Core.MsoEditingType * single * single -> Microsoft.Office.Interop.Word.FreeformBuilder
Public Function BuildFreeform (EditingType As MsoEditingType, X1 As Single, Y1 As Single) As FreeformBuilder

パラメーター

EditingType
MsoEditingType

最初の節点の編集プロパティを指定します。

X1
Single

文書の左上隅を基準としたフリーフォーム図面の最初のノードの X 位置。

Y1
Single

文書の左上隅を基準としたフリーフォーム図面の最初のノードの Y 位置。

戻り値

注釈

メソッドを AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Single, Single, Single, Single) 使用して、フリーフォームにセグメントを追加します。 フリーフォームに少なくとも 1 つのセグメントを追加したら、 メソッドをConvertToShape(Object)使用して、オブジェクトを FreeformBuilderFreeformBuilder オブジェクトShapeで定義した幾何学的な説明を持つオブジェクトに変換できます。

適用対象