言語

PathFigureCollection.Remove(PathFigure) メソッド

定義

PathFigure オブジェクトをコレクションから削除します。

public:
 virtual bool Remove(System::Windows::Media::PathFigure ^ value);
public bool Remove(System.Windows.Media.PathFigure value);
abstract member Remove : System.Windows.Media.PathFigure -> bool
override this.Remove : System.Windows.Media.PathFigure -> bool
Public Function Remove (value As PathFigure) As Boolean

パラメーター

value
PathFigure

コレクションから削除する PathFigure を識別します。

返品

true valuePathFigureCollectionから削除された場合は。それ以外の場合はfalse

実装

例外

PathFigureCollectionは読み取り専用です。

-又は-

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

適用対象

こちらもご覧ください