PointCollection.Remove(Point) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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
valueがPointCollectionから削除された場合は。それ以外の場合はfalse。