PointCollection.Remove(Point) 方法

定义

Point 中移除指定的 PointCollection 的第一个匹配项。

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

参数

value
Point

要从 Point 移除的 PointCollection

返回

如果从 PointCollection 中移除了 value,则为 true;否则为 false

实现

例外

PointCollection 为只读。

- 或 -

PointCollection 具有固定的大小。

适用于

另请参阅