PathFigureCollection.Remove(PathFigure) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を識別します。
戻り値
PathFigureCollection から value
が削除された場合は true
。それ以外の場合は false
。