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。
傳回
如果已從 PointCollection 移除 value
則為 true
,否則為 false
。