言語

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

返品

true valuePointCollectionから削除された場合は。それ以外の場合はfalse

実装

例外

PointCollectionは読み取り専用です。

-又は-

PointCollectionには固定サイズがあります。

適用対象

こちらもご覧ください