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 は固定サイズです。

適用対象

こちらもご覧ください