Shapes.BuildFreeform(MsoEditingType, Single, Single) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フリーフォーム オブジェクトを作成します。 作成中の 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
単精度浮動小数点型 (Single) の値を使用します。 文書の左上隅を基準にフリーフォームの最初の節点の位置をポイント単位で指定します。
- Y1
- Single
単精度浮動小数点型 (Single) の値を使用します。 文書の左上隅を基準にフリーフォームの最初の節点の位置をポイント単位で指定します。
戻り値
注釈
メソッドを AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Object, Object, Object, Object) 使用して、フリーフォームにセグメントを追加します。 フリーフォームに少なくとも 1 つのセグメントを追加したら、 メソッドを使用ConvertToShape()して、FreeformBuilder オブジェクトを、FreeformBuilder オブジェクトShapeで定義した幾何学的な説明を持つオブジェクトに変換できます。