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 具有固定的大小。

适用于

另请参阅