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 を識別します。

戻り値

Boolean

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

実装

例外

PathFigureCollection は読み取り専用です。

適用対象

こちらもご覧ください