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

傳回

如果已從 PathFigureCollection 移除 value 則為 true,否則為 false

實作

例外狀況

PathFigureCollection 為唯讀。

-或-

PathFigureCollection 具有固定的大小。

適用於

另請參閱