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

適用於

另請參閱