PathFigureCollection.Insert(Int32, PathFigure) メソッド

定義

コレクション内の特定の場所に PathFigure を挿入します。

public:
 virtual void Insert(int index, System::Windows::Media::PathFigure ^ value);
public void Insert(int index, System.Windows.Media.PathFigure value);
abstract member Insert : int * System.Windows.Media.PathFigure -> unit
override this.Insert : int * System.Windows.Media.PathFigure -> unit
Public Sub Insert (index As Integer, value As PathFigure)

パラメーター

index
Int32

PathFigureが挿入されるインデックス位置。

value
PathFigure

コレクションに挿入する PathFigure オブジェクト。

実装

例外

valuenullです。

index は、 PathFigureCollection内の有効なインデックスではありません。

PathFigureCollectionは読み取り専用です。

-又は-

PathFigureCollectionには固定サイズがあります。

注釈

IList<T>.Insertの一般的な実装とは異なり、ArgumentExceptionNothing) 参照を挿入しようとすると、この実装はをスローします。

適用対象

こちらもご覧ください